diff options
author | Muhamed Huseinbašić <muhamed.huseinbasic@outlook.com> | 2018-10-02 14:50:07 +0000 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-10-02 17:03:31 +0200 |
commit | 07d12ed686740c167bb5cbe4fe724e8469432b4a (patch) | |
tree | f2ef99709c29e162b5bc299c087d519e9cf2a108 /cmdline | |
parent | 599c89f6f6f05e4318d088c2d6053c4b1fc9c5f1 (diff) |
apt-mark: showhold: typo-fix (package -> packages)
See merge request apt-team/apt!29
[jak@d.o: Also adjust translations, provide better subject]
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-mark.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-mark.cc b/cmdline/apt-mark.cc index 8315efa12..927b31d2f 100644 --- a/cmdline/apt-mark.cc +++ b/cmdline/apt-mark.cc @@ -301,7 +301,7 @@ static std::vector<aptDispatchWithHelp> GetCommands() /*{{{*/ {"purge",&DoSelection, nullptr}, {"showauto",&ShowAuto, _("Print the list of automatically installed packages")}, {"showmanual",&ShowAuto, _("Print the list of manually installed packages")}, - {"showhold",&ShowSelection, _("Print the list of package on hold")}, {"showholds",&ShowSelection, nullptr}, + {"showhold",&ShowSelection, _("Print the list of packages on hold")}, {"showholds",&ShowSelection, nullptr}, {"showinstall",&ShowSelection, nullptr}, {"showinstalls",&ShowSelection, nullptr}, {"showdeinstall",&ShowSelection, nullptr}, {"showdeinstalls",&ShowSelection, nullptr}, {"showremove",&ShowSelection, nullptr}, {"showremoves",&ShowSelection, nullptr}, |