diff options
author | bubulle@debian.org <> | 2006-11-22 08:38:17 +0100 |
---|---|---|
committer | bubulle@debian.org <> | 2006-11-22 08:38:17 +0100 |
commit | 400ad7a4b0b1776233462fa5e8687171a8b2f01a (patch) | |
tree | d984c5b8aee8dffcdc6260adfd43cfcb9b30f8cf /apt-pkg/acquire-item.cc | |
parent | ffaed865e222224a34b38a8e3eb19867c1a7dd39 (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.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) |