From db1ceba674784dfd8ffaacbff6446e6a6102b448 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 23 Jul 2001 17:41:38 +0000 Subject: cleanup --- perl-install/install_steps_interactive.pm | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 05b514622..779bfd474 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -72,14 +72,15 @@ sub selectLanguage { $o->charsetChanged; - $o->ask_warn('', -"If you see this message it is because you choose a language for " . -"which DrakX does not include a translation yet; however the fact " . -"that it is listed means there is some support for it anyway.\n" . -"That is, once GNU/Linux will be installed, you will be able to at " . -"least read and write in that language; and possibly more (various " . -"fonts, spell checkers, various programs translated etc. that " . -"varies from language to language).") if $o->{lang} !~ /^en/ && translate("_I18N_"); + $o->ask_warn('', formatAlaTeX( +"If you see this message it is because you choose a language for +which DrakX does not include a translation yet; however the fact +that it is listed means there is some support for it anyway. + +That is, once GNU/Linux will be installed, you will be able to at +least read and write in that language; and possibly more (various +fonts, spell checkers, various programs translated etc. that +varies from language to language).")) if $o->{lang} !~ /^en/ && !lang::load_mo(); unless ($o->{useless_thing_accepted}) { $o->set_help('license'); -- cgit v1.2.1