summaryrefslogtreecommitdiff
path: root/apt-inst/deb/dpkgdb.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-05-02 10:52:24 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-05-02 10:52:24 +0200
commit8a9cd8995f4a5392de9843ff65795c5345d2573a (patch)
tree50ca9eb7fbd54fcd942584de5c7bfcfc9826320d /apt-inst/deb/dpkgdb.cc
parent42c458038bf47f535a6e70646a08e918e62e6d24 (diff)
parente86080159e32b2dd2354c037441a49f1ee0a62dd (diff)
* merged from the laptop branch (smallish fixes)
Diffstat (limited to 'apt-inst/deb/dpkgdb.cc')
-rw-r--r--apt-inst/deb/dpkgdb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-inst/deb/dpkgdb.cc b/apt-inst/deb/dpkgdb.cc
index c6a0e80e6..718e1ab98 100644
--- a/apt-inst/deb/dpkgdb.cc
+++ b/apt-inst/deb/dpkgdb.cc
@@ -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;
}