diff options
author | bubulle@debian.org <> | 2006-05-10 20:27:12 +0200 |
---|---|---|
committer | bubulle@debian.org <> | 2006-05-10 20:27:12 +0200 |
commit | fa7733bcf513215a5e8cbd6d9be3d867444b5f1e (patch) | |
tree | daf6265a900f471c65c411b89e195808228ab90e /apt-inst | |
parent | 7bbc5183958e2cb5989a45ba3bf04eacd07c6534 (diff) | |
parent | 41ca14b3108dbb7b01d1adceee857b52bc955bd5 (diff) |
Sync with Michael
Diffstat (limited to 'apt-inst')
-rw-r--r-- | apt-inst/deb/dpkgdb.cc | 2 |
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; } |