From: Michael Vogt Date: Tue, 18 Apr 2006 11:17:44 +0000 (+0200) Subject: * wording (thanks to mdz) X-Git-Tag: 0.7.21~331^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/0e36721c09a1c7a77e9cf45bbbc8476d9ef5c60a?hp=-c * wording (thanks to mdz) --- 0e36721c09a1c7a77e9cf45bbbc8476d9ef5c60a 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} }, }; diff --git a/debian/changelog b/debian/changelog index 8e8fda71c..fd391c972 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ apt (0.6.43.4) unstable; urgency=low * apt-pkg/acquire.cc: don't show ETA if it is 0 or absurdely large + * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman) * Merge from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main: * bg.po: Added, complete to 512t. Closes: #360262