summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-13 11:53:26 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-13 11:53:26 +0200
commitae24ac67f6bbab1474a5386b946fc7bd97ad86c8 (patch)
treee60c3247aed482baba020e0391a44d8da049af52 /cmdline
parent3d0de656b6263d51c288d82ef2b352e53023382c (diff)
* cmdline/apt-get.cc:
- typo
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 4af23641b..570e1016c 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -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;