From: Jan Kupec Date: Tue, 11 Dec 2007 17:15:45 +0000 (+0000) Subject: - s/already installed/the newest version already installed/ X-Git-Tag: BASE-SuSE-Linux-11_0-Branch~475 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e3786bd6a8769c7b390e19cfeca76a0feaa662a;p=platform%2Fupstream%2Fzypper.git - s/already installed/the newest version already installed/ --- diff --git a/src/zypper-misc.cc b/src/zypper-misc.cc index 7f3e92c..f0b22d4 100644 --- a/src/zypper-misc.cc +++ b/src/zypper-misc.cc @@ -304,7 +304,7 @@ void mark_for_install( const ResObject::Kind &kind, installer.item.status().setTransact( true, zypp::ResStatus::USER ); } - cout_n << format(_("skipping %s '%s' (already installed)")) % kind_to_string_localized(kind,1) % name << endl; + cout_n << format(_("skipping %s '%s' (the newest version already installed)")) % kind_to_string_localized(kind,1) % name << endl; } else {