diff options
author | Michael Vogt <egon@tas> | 2006-12-07 12:06:54 +0100 |
---|---|---|
committer | Michael Vogt <egon@tas> | 2006-12-07 12:06:54 +0100 |
commit | 3ca658384917297fdb75112a2b2df26054678934 (patch) | |
tree | deadcb5d3688dc15ecc95b0c54941191b90ea513 /apt-pkg/acquire-item.cc | |
parent | c7d9068f8c352b1ba6b43bd1fffb88542bee19a9 (diff) | |
parent | 1c05ebd6da9491d316997a98db1451f7b0526603 (diff) |
merged from apt--mvo
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 2ecb77814..94288a132 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -672,7 +672,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) |