]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.cc
tests: apt build-dep actually reports no depends correctly
[apt.git] / apt-pkg / acquire-item.cc
index ae10ed8f498b59c6c06e59b7be9ed0ad65e6bcfa..189d1e06bf17aff371efd0a1cc95ecc1c3e2ce44 100644 (file)
@@ -153,7 +153,7 @@ static bool MessageInsecureRepository(bool const isError, std::string const &msg
    if (isError)
    {
       _error->Error("%s", msg.c_str());
-      _error->Notice("%s", _("Updating such a repository securely is impossible and therefore disabled by default."));
+      _error->Notice("%s", _("Updating from such a repository can't be done securely, and is therefore disabled by default."));
    }
    else
    {