From 5e3786bd6a8769c7b390e19cfeca76a0feaa662a Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Tue, 11 Dec 2007 17:15:45 +0000 Subject: [PATCH] - s/already installed/the newest version already installed/ --- src/zypper-misc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.7.4