summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-12-03 14:40:09 +0000
committerThierry Vignaud <tv@mandriva.org>2008-12-03 14:40:09 +0000
commit41ff818d2eef6233c97329c2010751668ac2bffb (patch)
tree92a39d9b14af2d251c4b8c0c99e128b836e70128
parent7ab11d3f9efb67f4e9d292ff25079eca85a3ccf5 (diff)
downloadmgaonline-41ff818d2eef6233c97329c2010751668ac2bffb.tar
mgaonline-41ff818d2eef6233c97329c2010751668ac2bffb.tar.gz
mgaonline-41ff818d2eef6233c97329c2010751668ac2bffb.tar.bz2
mgaonline-41ff818d2eef6233c97329c2010751668ac2bffb.tar.xz
mgaonline-41ff818d2eef6233c97329c2010751668ac2bffb.zip
perl_checker cleanup
-rwxr-xr-xmdkapplet-restricted-helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet-restricted-helper b/mdkapplet-restricted-helper
index 4ebc03af..15df62b1 100755
--- a/mdkapplet-restricted-helper
+++ b/mdkapplet-restricted-helper
@@ -64,7 +64,7 @@ sub prepare_add_restricted() {
gtknew('Label_Left', text =>
N("You use '%s' distribution and therefore have privileged access to additional software.",
N("Mandriva PowerPack")) . "\n\n" .
- N("Do you want to install this additional software repository?", ), @common),
+ N("Do you want to install this additional software repository?"), @common),
gtknew('CheckButton', text => N("Do not ask me next time"), active_ref => \$warn_me),
create_okcancel($w, N("Next"), N("Cancel")),
]);