From d975e6286354e4071d9f99c9e9245e46bb3cd89f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 16 Sep 2001 12:10:09 +0000 Subject: *** empty log message *** --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index f797f9ed7..080258463 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -456,7 +456,7 @@ Consoles 1,3,4,7 may also contain interesting information"; $charset = 'jisx0208.1983-0' if $charset eq 'jisx0208'; $charset = 'ksc5601.1987-0' if $charset eq 'ksc5601'; - my $welcome = c::to_utf8 (_("Welcome to %s", '%n')); + my $welcome = c::to_utf8(_("Welcome to %s", '%n')); substInFile { s/^(GreetString)=.*/$1=$welcome/; s/^(Language)=.*/$1=$LANG/; -- cgit v1.2.1