diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-07-23 17:41:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-07-23 17:41:38 +0000 |
commit | db1ceba674784dfd8ffaacbff6446e6a6102b448 (patch) | |
tree | 9f15d965a69951a5fa805ab1bc44a1efd8fa757a /perl-install/install_steps_interactive.pm | |
parent | 1f286d60a33a4d5d1a5582e8815e7762f83802e7 (diff) | |
download | drakx-backup-do-not-use-db1ceba674784dfd8ffaacbff6446e6a6102b448.tar drakx-backup-do-not-use-db1ceba674784dfd8ffaacbff6446e6a6102b448.tar.gz drakx-backup-do-not-use-db1ceba674784dfd8ffaacbff6446e6a6102b448.tar.bz2 drakx-backup-do-not-use-db1ceba674784dfd8ffaacbff6446e6a6102b448.tar.xz drakx-backup-do-not-use-db1ceba674784dfd8ffaacbff6446e6a6102b448.zip |
cleanup
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 17 |
1 files changed, 9 insertions, 8 deletions
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'); |