diff options
Diffstat (limited to 'mdkapplet-restricted-helper')
-rwxr-xr-x | mdkapplet-restricted-helper | 2 |
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")), ]); |