summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-09-16 12:10:09 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-09-16 12:10:09 +0000
commitd975e6286354e4071d9f99c9e9245e46bb3cd89f (patch)
tree2a7baad3f5368cc8088ff3268edeef69a2c87b25 /perl-install/install_steps.pm
parent90f28b34f5fa86c5a1607b3b9cca7a808918116c (diff)
downloaddrakx-backup-do-not-use-d975e6286354e4071d9f99c9e9245e46bb3cd89f.tar
drakx-backup-do-not-use-d975e6286354e4071d9f99c9e9245e46bb3cd89f.tar.gz
drakx-backup-do-not-use-d975e6286354e4071d9f99c9e9245e46bb3cd89f.tar.bz2
drakx-backup-do-not-use-d975e6286354e4071d9f99c9e9245e46bb3cd89f.tar.xz
drakx-backup-do-not-use-d975e6286354e4071d9f99c9e9245e46bb3cd89f.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
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/;