]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.cc
* apt-pkg/contrib/progress.cc
[apt.git] / apt-pkg / acquire-item.cc
index 421288007181fe408787f7ada7fcfe663bcaeb33..8ec4ba2c0b6c2b4d5fb229201e6b7e61a004d024 100644 (file)
@@ -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)