summaryrefslogtreecommitdiff
path: root/apt-inst/deb/dpkgdb.cc
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2006-05-08 18:45:43 +0200
committerMichael Vogt <egon@bottom>2006-05-08 18:45:43 +0200
commitcfde4904a7b61e2a3c75322a08a6fac3c062d65d (patch)
tree83295f359aa7054578e4e776f0fe22f294f6f5d2 /apt-inst/deb/dpkgdb.cc
parent75e94aee76df0256eea7fbd8558437b93af28347 (diff)
parentfc5f54175a514c31c9400d9f9d08e6496cf63823 (diff)
* merged from mainline
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;
}