]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.cc
* merged with apt--debian-sid
[apt.git] / apt-pkg / acquire-item.cc
index 9e9f5c2a6a5a117841131c25d8bbffcd970882ba..f620dff9347d38c6d3b561043497620c5b49b56a 100644 (file)
@@ -1094,7 +1094,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)