]> 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 c6a0e80e6c3ffc416eab573b3aa151a997b26ec9..718e1ab985f5fb04e6d8d0dfe65f7c627a36ed81 100644 (file)
@@ -383,7 +383,7 @@ bool debDpkgDB::ReadyFileList(OpProgress &Progress)
       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;
    }