diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-11-23 07:14:02 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-11-23 07:14:02 +0100 |
commit | b411aba8cb7a14ed66c166b49bf4ea90a994878b (patch) | |
tree | d984c5b8aee8dffcdc6260adfd43cfcb9b30f8cf /apt-pkg/acquire-item.cc | |
parent | 7882f8fed5bc1232ec51b54b06bf86bfad3d4e18 (diff) | |
parent | 400ad7a4b0b1776233462fa5e8687171a8b2f01a (diff) |
* merged from bubulle
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r-- | apt-pkg/acquire-item.cc | 2 |
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) |