diff options
author | Michael Vogt <egon@bottom> | 2006-12-14 10:59:16 +0100 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-12-14 10:59:16 +0100 |
commit | b790b130ad0a43be5738c467c16bbc2dd657ca66 (patch) | |
tree | 9bd9ea2cb11623188f867534d61a1096d68c0e4a /apt-pkg/acquire-item.cc | |
parent | 4716731f20c72dde5b280af90af2dc2bd16a9aff (diff) | |
parent | 6cc61a167355711ef3494ce807d5ab24c63eae3f (diff) |
* merged with apt--debian-sid
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 9e9f5c2a6..f620dff93 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -1094,7 +1094,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) |