From 6ad710cf3b3b6b719ab0625bac318898e1759590 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 23 Mar 2012 19:50:24 +0000 Subject: fix some missing Mageia occurences after bogus s/mdv/mga/ cleaning on importing (spot by perl_checker) --- perl-install/standalone/drakhelp | 2 +- perl-install/standalone/draksec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp index 39781da91..8a8048c81 100755 --- a/perl-install/standalone/drakhelp +++ b/perl-install/standalone/drakhelp @@ -50,5 +50,5 @@ if (-f $instpath) { } else { $ugtk2::wm_icon = "help"; my $in = interactive->vnew; - $in->ask_warn(N("%s Help Center"), N("No Help entry for %s\n", $idlabel)); + $in->ask_warn(N("%s Help Center", N("Mageia")), N("No Help entry for %s\n", $idlabel)); } diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 48e37573b..cf7d50a2a 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -111,7 +111,7 @@ my $common_opts = { col_spacings => 10, row_spacings => 5, mcc => 1 }; ######################## AUTH ################################### my %progs; -my $auth_string = N("Configure authentication required to access %s tools"); +my $auth_string = N("Configure authentication required to access %s tools", N("Mageia")); my %auth = ( no_passwd => N("No password"), @@ -147,7 +147,7 @@ sub set_auth_value { my %descr = ( rpmdrake => N("Software Management"), - mageiaupdate => N("%s Update"), + mageiaupdate => N("%s Update", N("Mageia")), 'drakrpm-edit-media' => N("Software Media Manager"), drak3d => N("Configure 3D Desktop effects"), xfdrake => N("Graphical Server Configuration"), -- cgit v1.2.1