]> git.saurik.com Git - apt.git/blobdiff - apt-inst/deb/dpkgdb.cc
* add --dsc-only option, thanks to K. Richard Pixley
[apt.git] / apt-inst / deb / dpkgdb.cc
index 7b7e90acd9ccc9b2cf9688bc628714fc9d051746..718e1ab985f5fb04e6d8d0dfe65f7c627a36ed81 100644 (file)
@@ -380,10 +380,10 @@ bool debDpkgDB::ReadDiversions()
 bool debDpkgDB::ReadyFileList(OpProgress &Progress)
 {
    if (Cache == 0)
-      return _error->Error(_("The pkg cache must be initialize first"));
+      return _error->Error(_("The pkg cache must be initialized first"));
    if (FList != 0)
    {
-      Progress.OverallProgress(1,1,1,_("Reading file list"));
+      Progress.OverallProgress(1,1,1,_("Reading file listing"));
       return true;
    }