X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/4c2f0104d89569e7315b1c1570157c9d2c43161a..d204fc7a26dad1d0a62d4a72e15627528ba22d3d:/cmdline/apt-get.cc diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 6ca9e1402..9b69e9589 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1654,7 +1654,7 @@ bool DoAutomaticRemove(CacheFile &Cache) if (doAutoRemove == false && (autoremovelist.empty() == false || autoRemoveCount != 0)) { if (smallList == false) - ShowList(c1out, P_("The following package is automatically installed and is no longer required:", + ShowList(c1out, P_("The following package was automatically installed and is no longer required:", "The following packages were automatically installed and are no longer required:", autoRemoveCount), autoremovelist, autoremoveversions); else