From c6ce6ac6da2f66a4d41a6cac9100cc2e1d9aab2c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 19 Aug 2003 22:26:15 +0000 Subject: mark one more string as translatable (spoted by Arpad Biro) --- perl-install/standalone/drakconnect | 2 +- perl-install/standalone/logdrake | 2 +- 2 files changed, 2 insertions(+), 2 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) diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index c8349d0f4..efcdeb8e8 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -430,7 +430,7 @@ my $initdir = "/etc/init.d"; $in->ask_from(N("load setting"), N("You will receive an alert if the load is higher than this value"), [ - { label => "load ", val => \$load, type => 'range', min => 1, max => 50 }, + { label => N("Load"), val => \$load, type => 'range', min => 1, max => 50 }, ]) or goto step_service; $cron .= sprintf(<<'EOF', $load); -- cgit v1.2.1