diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-23 19:50:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-23 19:50:24 +0000 |
commit | 6e0106254719ab097b11839a80183d8e80e9cd1c (patch) | |
tree | 6e6f06b1e8ad0a11514bc04aee95cd89d48fbf87 /perl-install/standalone/draksec | |
parent | 12a8fac9ff3a98c2dde2b6069eba953c218e4f51 (diff) | |
download | drakx-backup-do-not-use-6e0106254719ab097b11839a80183d8e80e9cd1c.tar drakx-backup-do-not-use-6e0106254719ab097b11839a80183d8e80e9cd1c.tar.gz drakx-backup-do-not-use-6e0106254719ab097b11839a80183d8e80e9cd1c.tar.bz2 drakx-backup-do-not-use-6e0106254719ab097b11839a80183d8e80e9cd1c.tar.xz drakx-backup-do-not-use-6e0106254719ab097b11839a80183d8e80e9cd1c.zip |
fix some missing Mageia occurences after bogus s/mdv/mga/ cleaning on importing
(spot by perl_checker)
Diffstat (limited to 'perl-install/standalone/draksec')
-rwxr-xr-x | perl-install/standalone/draksec | 4 |
1 files changed, 2 insertions, 2 deletions
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"), |