From e3b29076da96ad0fc42f29909648ee2582323e67 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 9 Feb 2003 21:00:03 +0000 Subject: do translate "System installation" and "System configuration" in steps window --- perl-install/install_gtk.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install_gtk.pm') diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index cad0c0348..d5b2b7784 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -101,11 +101,11 @@ sub create_steps_window { $w->{rwindow}->set_name('Steps'); $w->{rwindow}->set_title('skip'); - my @l = ('', '', N_("System installation")); + my @l = ('', '', N("System installation")); my $s; foreach (grep { !eval $o->{steps}{$_}{hidden} } @{$o->{orderedSteps}}) { if ($_ eq 'setRootPassword') { - push @l, $s, N_("System configuration"); + push @l, $s, N("System configuration"); $s = ''; } $s .= ($o->{steps}{$_}{done} ? '+' : '-') . ' ' . translate($o->{steps}{$_}{text}) . "\n"; -- cgit v1.2.1