From 1040dc888db00fdb0fe059e6b847fdc88fe53d80 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 16 Aug 2015 23:11:07 +0200 Subject: 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 --- apt-private/private-install.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- cgit v1.2.3