diff options
author | Julian Andres Klode <jak@debian.org> | 2015-08-16 23:11:07 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-08-16 23:11:07 +0200 |
commit | 1040dc888db00fdb0fe059e6b847fdc88fe53d80 (patch) | |
tree | 88419f5380cadd52ee5b28a1e690a19db751c688 /apt-private/private-install.cc | |
parent | ebc5b43cca0a16e3f552130db9233fa14b313739 (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.cc | 2 |
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)); |