diff options
author | Michael Vogt <egon@bottom> | 2006-04-26 10:49:28 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-04-26 10:49:28 +0200 |
commit | ce95a6f99ffa7bcb225bd9dd28dd73ee77553eb5 (patch) | |
tree | e922ee72e77d57e3b033dc4d7398567eda52f6db /apt-pkg | |
parent | 2dafadd9d8b28dbe3d4a489764c67db90e70a29d (diff) | |
parent | 0e36721c09a1c7a77e9cf45bbbc8476d9ef5c60a (diff) |
* merged with mainline
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/deb/dpkgpm.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc index fe8fbca74..3b7b2238a 100644 --- a/apt-pkg/deb/dpkgpm.cc +++ b/apt-pkg/deb/dpkgpm.cc @@ -375,8 +375,8 @@ bool pkgDPkgPM::Go(int OutStatusFd) }, // Purge operation { - {"config-files", _("Preparing for remove with config %s")}, - {"not-installed", _("Removed with config %s")}, + {"config-files", _("Preparing to completely remove %s")}, + {"not-installed", _("Completely removed %s")}, {NULL, NULL} }, }; |