diff options
author | Michael Vogt <egon@bottom> | 2006-05-17 17:58:24 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-05-17 17:58:24 +0200 |
commit | 4f5bd4471049f89c4ce52864e62f54aadf1804d4 (patch) | |
tree | 25284272f8e1ccfc3450166a01308c21db7223c0 /apt-inst | |
parent | 131a2dc0cb36c29d002c2a61f96411e5d84f4adf (diff) | |
parent | 8c64fc132ce0743f02b4d7216a3646a8fb93d8b6 (diff) |
merged with the debian-sid branch
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; } |