summaryrefslogtreecommitdiff
path: root/apt-private/private-install.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-08-16 23:11:07 +0200
committerJulian Andres Klode <jak@debian.org>2015-08-16 23:11:07 +0200
commit1040dc888db00fdb0fe059e6b847fdc88fe53d80 (patch)
tree88419f5380cadd52ee5b28a1e690a19db751c688 /apt-private/private-install.cc
parentebc5b43cca0a16e3f552130db9233fa14b313739 (diff)
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
Diffstat (limited to 'apt-private/private-install.cc')
-rw-r--r--apt-private/private-install.cc2
1 files changed, 1 insertions, 1 deletions
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));