- fix text
authorJan Kupec <jkupec@suse.cz>
Mon, 27 Oct 2008 17:22:42 +0000 (17:22 +0000)
committerJan Kupec <jkupec@suse.cz>
Mon, 27 Oct 2008 17:22:42 +0000 (17:22 +0000)
src/Zypper.cc

index 072e501..3776790 100644 (file)
@@ -513,7 +513,7 @@ void Zypper::processGlobalOptions()
   if (gopts.count("no-remote"))
   {
     _gopts.no_remote = true;
-    out().info(_("Remote repos disabled."), Out::HIGH);
+    out().info(_("Remote repositories disabled."), Out::HIGH);
     MIL << "No remote repos." << endl;
   }