summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-19 22:26:15 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-19 22:26:15 +0000
commitc6ce6ac6da2f66a4d41a6cac9100cc2e1d9aab2c (patch)
treedc346c1c8dfb2e04b158fcfdaa68e74b1e087913 /perl-install/standalone/drakconnect
parent28cf612215ba7e6d583f8c7d173b284d47181516 (diff)
downloaddrakx-c6ce6ac6da2f66a4d41a6cac9100cc2e1d9aab2c.tar
drakx-c6ce6ac6da2f66a4d41a6cac9100cc2e1d9aab2c.tar.gz
drakx-c6ce6ac6da2f66a4d41a6cac9100cc2e1d9aab2c.tar.bz2
drakx-c6ce6ac6da2f66a4d41a6cac9100cc2e1d9aab2c.tar.xz
drakx-c6ce6ac6da2f66a4d41a6cac9100cc2e1d9aab2c.zip
mark one more string as translatable (spoted by Arpad Biro)
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-xperl-install/standalone/drakconnect2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index 182694abb..321e108b4 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -47,7 +47,7 @@ my @conx_type = ('modem', 'isdn_internal', 'isdn_external', 'adsl', 'cable', 'la
my $in = 'interactive'->vnew('su');
!$::isEmbedded and $in->isa('interactive::gtk');
$::Wizard_pix_up = "wiz_drakconnect.png";
-$::Wizard_title = "Network & Internet Configuration";
+$::Wizard_title = N("Network & Internet Configuration");
my $activate_profile = 0; #- deactivated by default (in order to keep code)