diff options
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 3e47ec3c6..36c56eb8b 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -74,12 +74,13 @@ 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. 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_"); +"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_"); unless ($o->{useless_thing_accepted}) { $o->set_help('license'); |