From 5afec4ea263c2ed3924b1c1511034ff0086fefa9 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 13 Sep 2005 19:11:26 +0000 Subject: fix untranslated messages (#17969) --- perl-install/standalone/drakgw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakgw') 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") { -- cgit v1.2.1