* cmdline/apt-get.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 13 Sep 2006 09:53:26 +0000 (11:53 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 13 Sep 2006 09:53:26 +0000 (11:53 +0200)
  - typo

cmdline/apt-get.cc

index 4af2364..570e101 100644 (file)
@@ -1430,7 +1430,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 (!doAutoRemove && autoremovelist.size() > 0)
       c1out << _("Use 'apt-get autoremove' to remove them.") << std::endl;