summaryrefslogtreecommitdiff
path: root/apt-pkg
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-04-18 13:25:13 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-04-18 13:25:13 +0200
commit6627bdccce46a9acdae09d37e6e1444a5f7384e1 (patch)
treef7f60af587d07c86168e09435bd76d39999001c1 /apt-pkg
parentcac8ab63905e51def855974d4bf3798779d47e22 (diff)
* wording fixes (cherry picked from apt--mvo)
Diffstat (limited to 'apt-pkg')
-rw-r--r--apt-pkg/deb/dpkgpm.cc4
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}
},
};