diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-30 10:58:28 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-30 10:58:28 +0200 |
commit | da9ed163ca5ebe6dd33fda2679107bcbd3ffaa71 (patch) | |
tree | 55bdbac1126c9dd783aa128507cca2c4a63fba5d /apt-inst | |
parent | 5f13ef06ad7c337be49a219694c413751063573e (diff) |
* string i18n handling fixes (debian bug #349298)
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; } |