From df3d1493ab7e9b52259af4358189b198a8798d4f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 3 Dec 2008 14:28:02 +0000 Subject: (prepare_add_restricted) rephrase --- mdkapplet-restricted-helper | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mdkapplet-restricted-helper b/mdkapplet-restricted-helper index a33fd568..fa20ba4a 100755 --- a/mdkapplet-restricted-helper +++ b/mdkapplet-restricted-helper @@ -61,8 +61,10 @@ sub prepare_add_restricted() { $w, [ get_banner(), - gtknew('Label_Left', text => N("You are using '%s' distribution.", N("Mandriva PowerPack")), @common), - gtknew('Label_Left', text => N("Do you want to add an additional package medium?"), @common), + 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), gtknew('CheckButton', text => N("Do not ask me next time"), active_ref => \$warn_me), create_okcancel($w, N("Next"), N("Cancel")), ]); -- cgit v1.2.1