summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-09-13 19:11:26 +0000
committerOlivier Blin <oblin@mandriva.org>2005-09-13 19:11:26 +0000
commit5afec4ea263c2ed3924b1c1511034ff0086fefa9 (patch)
treee048a9986df9b25c04050699520b6061a954cb5f
parent9a0573dc81e0085e329ac016dc3addf026c57063 (diff)
downloaddrakx-backup-do-not-use-5afec4ea263c2ed3924b1c1511034ff0086fefa9.tar
drakx-backup-do-not-use-5afec4ea263c2ed3924b1c1511034ff0086fefa9.tar.gz
drakx-backup-do-not-use-5afec4ea263c2ed3924b1c1511034ff0086fefa9.tar.bz2
drakx-backup-do-not-use-5afec4ea263c2ed3924b1c1511034ff0086fefa9.tar.xz
drakx-backup-do-not-use-5afec4ea263c2ed3924b1c1511034ff0086fefa9.zip
fix untranslated messages (#17969)
-rwxr-xr-xperl-install/standalone/drakgw2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw
index 2e838804e..a9a9813af 100755
--- a/perl-install/standalone/drakgw
+++ b/perl-install/standalone/drakgw
@@ -102,7 +102,7 @@ It's currently disabled.
What would you like to do?"); #- FIXME : not used for now
},
data => sub {
- [ { type => "list", val => \$choice, list => [ ($gw_enabled ? N_("Disable") : N_("Enable")), N_("Reconfigure") ] } ];
+ [ { type => "list", val => \$choice, list => [ ($gw_enabled ? N_("Disable") : N_("Enable")), N_("Reconfigure") ], format => \&translate } ];
},
post => sub {
if ($choice eq "Enable") {