From 0a84b06206d5e72efdd26a06135f89a7a23e6d2c Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Mon, 27 Oct 2008 17:22:42 +0000 Subject: [PATCH] - fix text --- src/Zypper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Zypper.cc b/src/Zypper.cc index 072e501..3776790 100644 --- a/src/Zypper.cc +++ b/src/Zypper.cc @@ -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; } -- 2.7.4