]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.cc
add options to disable specific checksums for Indexes
[apt.git] / apt-pkg / algorithms.cc
index 0d26f8f66f4ed0834ce01e46fbb442e17f8cf09a..66c182b235ed91392fb745e9c463c21ed2b06a7d 100644 (file)
@@ -1514,9 +1514,9 @@ bool ListUpdate(pkgAcquireStatus &Stat,
    }
    
    if (TransientNetworkFailure == true)
-      _error->Warning(_("Some index files failed to download, they have been ignored, or old ones used instead."));
+      _error->Warning(_("Some index files failed to download. They have been ignored, or old ones used instead."));
    else if (Failed == true)
-      return _error->Error(_("Some index files failed to download, they have been ignored, or old ones used instead."));
+      return _error->Error(_("Some index files failed to download. They have been ignored, or old ones used instead."));
 
 
    // Run the success scripts if all was fine