diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-09 13:24:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-09 13:24:30 +0000 |
commit | 90de85d9f5905f92507b78f32a43e354a6181e2f (patch) | |
tree | 2d73135f408525b979b0ff37754dc41c339c4e21 /perl-install/install_steps.pm | |
parent | b9d6263e1d1806a04ee58648c95db915e6cc0ad2 (diff) | |
download | drakx-backup-do-not-use-90de85d9f5905f92507b78f32a43e354a6181e2f.tar drakx-backup-do-not-use-90de85d9f5905f92507b78f32a43e354a6181e2f.tar.gz drakx-backup-do-not-use-90de85d9f5905f92507b78f32a43e354a6181e2f.tar.bz2 drakx-backup-do-not-use-90de85d9f5905f92507b78f32a43e354a6181e2f.tar.xz drakx-backup-do-not-use-90de85d9f5905f92507b78f32a43e354a6181e2f.zip |
create to_utf8 from po strings, use it for kdm message
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index d9ef8c497..83dbf3d61 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -447,7 +447,7 @@ Consoles 1,3,4,7 may also contain interesting information"; # log::l("updating kde icons according to available devices"); # install_any::kdeicons_postinstall($o->{prefix}); - my $welcome = _("Welcome to %s", "HOSTNAME"); + my $welcome = any::to_utf8(_("Welcome to %s", "HOSTNAME")); substInFile { s/^(GreetString)=.*/$1=$welcome/ } "$o->{prefix}/usr/share/config/kdmrc"; install_any::disable_user_view($o->{prefix}) if $o->{security} >= 3 || $o->{authentication}{NIS}; run_program::rooted($o->{prefix}, "kdeDesktopCleanup"); |