- say no space will be freed/used instead of '0 will be freed' (bnc
authorJan Kupec <jkupec@suse.cz>
Tue, 4 Mar 2008 10:22:30 +0000 (10:22 +0000)
committerJan Kupec <jkupec@suse.cz>
Tue, 4 Mar 2008 10:22:30 +0000 (10:22 +0000)
  #309112)

src/zypper-misc.cc

index 358f223..507e9e3 100644 (file)
@@ -901,10 +901,8 @@ int summary(Zypper & zypper)
     // TrasnlatorExplanation %s will be substituted by a byte count e.g. 212 K
     s << format(_("After the operation, additional %s will be used."))
         % new_installed_size.asString(0,1,1);
-  //! \todo uncomment the following for bug #309112
-  /*
   else if (new_installed_size == 0)
-    s << _("No additional space will be used or freed after the operation.");*/
+    s << _("No additional space will be used or freed after the operation.");
   else
   {
     // get the absolute size