summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-12-03 14:28:02 +0000
committerThierry Vignaud <tv@mandriva.org>2008-12-03 14:28:02 +0000
commitdf3d1493ab7e9b52259af4358189b198a8798d4f (patch)
tree6b8e78666624a603ee80193d71cad94cbfcc35f6
parentda793a18df864dc7d85007075bbd7d886408479c (diff)
downloadmgaonline-df3d1493ab7e9b52259af4358189b198a8798d4f.tar
mgaonline-df3d1493ab7e9b52259af4358189b198a8798d4f.tar.gz
mgaonline-df3d1493ab7e9b52259af4358189b198a8798d4f.tar.bz2
mgaonline-df3d1493ab7e9b52259af4358189b198a8798d4f.tar.xz
mgaonline-df3d1493ab7e9b52259af4358189b198a8798d4f.zip
(prepare_add_restricted) rephrase
-rwxr-xr-xmdkapplet-restricted-helper6
1 files 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")),
]);