diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-17 09:52:57 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-17 09:52:57 +0100 |
commit | 5d382c9cbd8864c391a99ebf184836a5c60f56ed (patch) | |
tree | 8d8613cf4fdc58d66b389a3b09f2d60f748adac7 /apt-pkg | |
parent | 81fef212a8945e713d6d8f7f0c0030b03d4caf47 (diff) |
apt-pkg/deb/dpkgpm.cc: improve the trigger text
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/deb/dpkgpm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc index 8222be75e..3528c1619 100644 --- a/apt-pkg/deb/dpkgpm.cc +++ b/apt-pkg/deb/dpkgpm.cc @@ -604,7 +604,7 @@ bool pkgDPkgPM::Go(int OutStatusFd) PackageProcessingOps.insert( make_pair("install",N_("Installing %s")) ); PackageProcessingOps.insert( make_pair("configure",N_("Configuring %s")) ); PackageProcessingOps.insert( make_pair("remove",N_("Removing %s")) ); - PackageProcessingOps.insert( make_pair("trigproc",N_("Triggering %s")) ); + PackageProcessingOps.insert( make_pair("trigproc",N_("Running post-installation trigger %s")) ); // init the PackageOps map, go over the list of packages that // that will be [installed|configured|removed|purged] and add |