diff options
author | Michael Vogt <egon@bottom> | 2006-12-01 14:24:33 +0100 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-12-01 14:24:33 +0100 |
commit | ec759a799176881468b85f14c37d3964e199effb (patch) | |
tree | 1f4d511a670488ef615e5a63535f4a4b14e12c99 /apt-pkg/acquire-item.cc | |
parent | f70974f746ee8dfafc9a1ac6c9c6d9de22356f13 (diff) | |
parent | 4ab24e53db1d39cd26072f03795efd0f6425a369 (diff) |
* merged from main
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 acf908ece..c5a5c8e9b 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -1065,7 +1065,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) |