summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2006-01-06 00:24:31 +0000
committerMichael Vogt <mvo@debian.org>2006-01-06 00:24:31 +0000
commit4d165fe0b5974454f706d42e7bb9e8424fe7fe64 (patch)
tree54d6cfdd83fdbc6232224665e43c074eeacd562b /apt-pkg/acquire-item.cc
parentce424cd4464ce46706046d581e05fbf292a54881 (diff)
parentd551d30974c274cd67f7968902c00656adb93412 (diff)
* merged with main
Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-114 * merged with mvo * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-115 * string fix
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r--apt-pkg/acquire-item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc
index 11a449e91..86f61dd00 100644
--- a/apt-pkg/acquire-item.cc
+++ b/apt-pkg/acquire-item.cc
@@ -642,7 +642,7 @@ bool pkgAcqMetaIndex::VerifyVendor(string Message)
// check for missing sigs (that where not fatal because otherwise we had
// bombed earlier)
string missingkeys;
- string msg = _("There was no public key available for the "
+ string msg = _("There are no public key available for the "
"following key IDs:\n");
pos = Message.find("NO_PUBKEY ");
if (pos != std::string::npos)