diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-09 14:32:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-09 14:32:41 +0000 |
commit | a897217549670f950fedc870e170c6b33880797f (patch) | |
tree | 7f359bc2180d2206b7f002d06b1c069a12cf3d94 /Rpmdrake | |
parent | 26a11157860d00977446da608d7a31c4db1662e7 (diff) | |
download | rpmdrake-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')
-rwxr-xr-x | Rpmdrake/pkg.pm | 4 |
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: |