- forgot source packages
authorJan Kupec <jkupec@suse.cz>
Mon, 21 Apr 2008 09:46:27 +0000 (09:46 +0000)
committerJan Kupec <jkupec@suse.cz>
Mon, 21 Apr 2008 09:46:27 +0000 (09:46 +0000)
src/zypper-misc.cc

index d2eac87..1c74fe9 100644 (file)
@@ -1040,6 +1040,11 @@ static void show_summary_of_type(Zypper & zypper,
           "The following NEW product is going to be installed:",
           "The following NEW products are going to be installed:",
           it->second.size());
+      else if (it->first == ResKind::srcpackage)
+        title = _PL(
+          "The following source package is going to be installed:",
+          "The following source packages are going to be installed:",
+          it->second.size());
       break;
     case TO_REINSTALL:
       if (it->first == ResKind::package)