summaryrefslogtreecommitdiff
path: root/apt-inst/deb
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-04-30 10:58:28 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-04-30 10:58:28 +0200
commitda9ed163ca5ebe6dd33fda2679107bcbd3ffaa71 (patch)
tree55bdbac1126c9dd783aa128507cca2c4a63fba5d /apt-inst/deb
parent5f13ef06ad7c337be49a219694c413751063573e (diff)
* string i18n handling fixes (debian bug #349298)
Diffstat (limited to 'apt-inst/deb')
-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;
}