summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
diff options
context:
space:
mode:
authorbubulle@debian.org <>2006-11-22 08:38:17 +0100
committerbubulle@debian.org <>2006-11-22 08:38:17 +0100
commit400ad7a4b0b1776233462fa5e8687171a8b2f01a (patch)
treed984c5b8aee8dffcdc6260adfd43cfcb9b30f8cf /apt-pkg/acquire-item.cc
parentffaed865e222224a34b38a8e3eb19867c1a7dd39 (diff)
Correct grammar in one message. Unfuzzy translations. Closes: #399652
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)