]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-install.cc
Replace "extra" in "the following extra packages [...]" by "additional"
[apt.git] / 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));