- s/already installed/the newest version already installed/
authorJan Kupec <jkupec@suse.cz>
Tue, 11 Dec 2007 17:15:45 +0000 (17:15 +0000)
committerJan Kupec <jkupec@suse.cz>
Tue, 11 Dec 2007 17:15:45 +0000 (17:15 +0000)
src/zypper-misc.cc

index 7f3e92c..f0b22d4 100644 (file)
@@ -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 {