diff options
author | Michael Vogt <egon@bottom> | 2006-05-08 18:45:43 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-05-08 18:45:43 +0200 |
commit | cfde4904a7b61e2a3c75322a08a6fac3c062d65d (patch) | |
tree | 83295f359aa7054578e4e776f0fe22f294f6f5d2 /apt-inst/deb/dpkgdb.cc | |
parent | 75e94aee76df0256eea7fbd8558437b93af28347 (diff) | |
parent | fc5f54175a514c31c9400d9f9d08e6496cf63823 (diff) |
* merged from mainline
Diffstat (limited to 'apt-inst/deb/dpkgdb.cc')
-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; } |