]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.cc
merged from apt--mvo
[apt.git] / apt-pkg / acquire-item.cc
index 2ecb7781481f874fbfedca327b16d7bd653025d0..94288a1321a3b5306a70bb6ceded729a1ce5e9f4 100644 (file)
@@ -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)