From 24a334c548e4002f0c5cbf9b7ba83274a55f0281 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Tue, 4 Mar 2008 10:22:30 +0000 Subject: [PATCH] - say no space will be freed/used instead of '0 will be freed' (bnc #309112) --- src/zypper-misc.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/zypper-misc.cc b/src/zypper-misc.cc index 358f223..507e9e3 100644 --- a/src/zypper-misc.cc +++ b/src/zypper-misc.cc @@ -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 -- 2.7.4