]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.cc
merged from http://bzr.debian.org/bzr/apt/apt/debian-sid
[apt.git] / apt-pkg / acquire-item.cc
index a6698b367d10644795fb283fb877da435b134e67..aa77824f815b186b441d04cebdcf1b435592978d 100644 (file)
@@ -1473,8 +1473,10 @@ bool pkgAcqMetaIndex::VerifyVendor(string Message)                       /*{{{*/
         // TRANSLATOR: The first %s is the URL of the bad Release file, the second is
         // the time since then the file is invalid - formated in the same way as in
         // the download progress display (e.g. 7d 3h 42min 1s)
-        return _error->Error(_("Release file expired, ignoring %s (invalid since %s)"),
-                             RealURI.c_str(), TimeToStr(invalid_since).c_str());
+        return _error->Error(
+            _("Release file for %s is expired (invalid since %s). "
+              "Updates for this repository will not be applied."),
+            RealURI.c_str(), TimeToStr(invalid_since).c_str());
    }
 
    if (_config->FindB("Debug::pkgAcquire::Auth", false))