Replace "extra" in "the following extra packages [...]" by "additional"
authorJulian Andres Klode <jak@debian.org>
Sun, 16 Aug 2015 21:11:07 +0000 (23:11 +0200)
committerJulian Andres Klode <jak@debian.org>
Sun, 16 Aug 2015 21:11:07 +0000 (23:11 +0200)
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

index 4a589a263518ec72d615b0fe0d7078ee62689f96..844fcbc7e0c52d32e0959f8c7e0a5a0fb7d74b32 100644 (file)
@@ -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));