aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/pkg.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-09 14:32:41 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-09 14:32:41 +0000
commita897217549670f950fedc870e170c6b33880797f (patch)
tree7f359bc2180d2206b7f002d06b1c069a12cf3d94 /Rpmdrake/pkg.pm
parent26a11157860d00977446da608d7a31c4db1662e7 (diff)
downloadrpmdrake-a897217549670f950fedc870e170c6b33880797f.tar
rpmdrake-a897217549670f950fedc870e170c6b33880797f.tar.gz
rpmdrake-a897217549670f950fedc870e170c6b33880797f.tar.bz2
rpmdrake-a897217549670f950fedc870e170c6b33880797f.tar.xz
rpmdrake-a897217549670f950fedc870e170c6b33880797f.zip
improve a string by spliting out the column substring in order to ease futur changes; add quotes
Diffstat (limited to 'Rpmdrake/pkg.pm')
-rwxr-xr-xRpmdrake/pkg.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm
index 371eca13..33be137c 100755
--- a/Rpmdrake/pkg.pm
+++ b/Rpmdrake/pkg.pm
@@ -197,10 +197,10 @@ Is it ok to continue?"), yesno => 1) or myexit(-1);
interactive_msg(N("Already existing update media"),
N("You already have at least one update medium configured, but
all of them are currently disabled. You should run the Software
-Media Manager to enable at least one (check it in the Enabled?
+Media Manager to enable at least one (check it in the \"%s\"
column).
-Then, restart %s.", $rpmdrake::myname_update));
+Then, restart \"%s\".", N("Enabled"), $rpmdrake::myname_update));
myexit(-1);
}
mu_retry_another_mirror: