]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
* apt-pkg/algorithms.cc:
[apt.git] / cmdline / apt-get.cc
index 7b70de3bd8bd768a6e986dffbbb0bc8285510f26..05a256ec4b40c0f3b2f064d82a8ffef070c509f3 100644 (file)
@@ -1451,7 +1451,7 @@ bool DoAutomaticRemove(CacheFile &Cache)
         }
       }
    }
-   ShowList(c1out, _("The following packages where automatically installed and are no longer required:"), autoremovelist, autoremoveversions);
+   ShowList(c1out, _("The following packages were automatically installed and are no longer required:"), autoremovelist, autoremoveversions);
    if (!_config->FindB("APT::Get::AutomaticRemove") && 
        autoremovelist.size() > 0)
       c1out << _("Use 'apt-get autoremove' to remove them.") << std::endl;