From 167923b55e4f41caeda896a9dfc7354f899ae94e Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 11 Apr 2001 15:16:34 +0000 Subject: do i18n for title also --- perl-install/standalone/drakgw | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone/drakgw') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index c01e303bb..4fb1a02eb 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -34,7 +34,7 @@ local $_ = join '', @ARGV; /-version/ and die 'version: $Id$ '."\n"; $::isEmbedded or $::isWizard = 1; $::Wizard_pix_up = "wiz_drakgw.png"; -$::Wizard_title = "Internet Connection Sharing"; +$::Wizard_title = _("Internet Connection Sharing"); $::direct = /-direct/; @@ -642,6 +642,9 @@ Click on Configure to launch the setup wizard.", $setup_state)); #------------------------------------------------- #- $Log$ +#- Revision 1.40 2001/04/11 15:16:34 gc +#- do i18n for title also +#- #- Revision 1.39 2001/04/10 21:33:15 gc #- add INTERFACE param in sysconfig parameter for smooth interoperation with bastille-firewall #- -- cgit v1.2.1