summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakgw
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-04-11 15:16:34 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-04-11 15:16:34 +0000
commit167923b55e4f41caeda896a9dfc7354f899ae94e (patch)
treeaeb205b1f006f4be7191aec43e75210913230b31 /perl-install/standalone/drakgw
parentceb4b42ebe2026af680ba8a5a15f909978d94b9b (diff)
downloaddrakx-backup-do-not-use-167923b55e4f41caeda896a9dfc7354f899ae94e.tar
drakx-backup-do-not-use-167923b55e4f41caeda896a9dfc7354f899ae94e.tar.gz
drakx-backup-do-not-use-167923b55e4f41caeda896a9dfc7354f899ae94e.tar.bz2
drakx-backup-do-not-use-167923b55e4f41caeda896a9dfc7354f899ae94e.tar.xz
drakx-backup-do-not-use-167923b55e4f41caeda896a9dfc7354f899ae94e.zip
do i18n for title also
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-xperl-install/standalone/drakgw5
1 files changed, 4 insertions, 1 deletions
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
#-