]> git.saurik.com Git - apt.git/commitdiff
apt-pkg/deb/dpkgpm.cc: improve the trigger text
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 17 Jul 2008 08:52:57 +0000 (09:52 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 17 Jul 2008 08:52:57 +0000 (09:52 +0100)
apt-pkg/deb/dpkgpm.cc

index 8222be75ed5b5e184b6da99c3b204bb74bc0d809..3528c16196098dc4c5a4a3c810669e5ca508c720 100644 (file)
@@ -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