summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-11-23 07:14:02 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-11-23 07:14:02 +0100
commitb411aba8cb7a14ed66c166b49bf4ea90a994878b (patch)
treed984c5b8aee8dffcdc6260adfd43cfcb9b30f8cf /apt-pkg/acquire-item.cc
parent7882f8fed5bc1232ec51b54b06bf86bfad3d4e18 (diff)
parent400ad7a4b0b1776233462fa5e8687171a8b2f01a (diff)
* merged from bubulle
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 421288007..8ec4ba2c0 100644
--- a/apt-pkg/acquire-item.cc
+++ b/apt-pkg/acquire-item.cc
@@ -637,7 +637,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 are no public key available for the "
+ string msg = _("There is no public key available for the "
"following key IDs:\n");
pos = Message.find("NO_PUBKEY ");
if (pos != std::string::npos)