From: Julian Andres Klode Date: Sun, 16 Aug 2015 21:11:07 +0000 (+0200) Subject: Replace "extra" in "the following extra packages [...]" by "additional" X-Git-Tag: 1.1.exp9~10 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/1040dc888db00fdb0fe059e6b847fdc88fe53d80 Replace "extra" in "the following extra packages [...]" by "additional" This breaks the translation for no big gain, but we broke enough strings already for that to not really matter anymore. Closes: #82430 --- diff --git a/apt-private/private-install.cc b/apt-private/private-install.cc index 4a589a263..844fcbc7e 100644 --- a/apt-private/private-install.cc +++ b/apt-private/private-install.cc @@ -682,7 +682,7 @@ bool DoInstall(CommandLine &CmdL) to what the user asked */ SortedPackageUniverse Universe(Cache); if (Cache->InstCount() != verset[MOD_INSTALL].size()) - ShowList(c1out, _("The following extra packages will be installed:"), Universe, + ShowList(c1out, _("The following additional packages will be installed:"), Universe, PkgIsExtraInstalled(&Cache, &verset[MOD_INSTALL]), &PrettyFullName, CandidateVersion(&Cache));