diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-03-14 14:18:59 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-03-14 14:18:59 +0000 |
commit | b3627141dd6d57729bdf864dc64ee17d8ab7d340 (patch) | |
tree | 79b266b9537ab8985e257a04bee06e13946ca781 /perl-install/install_steps_interactive.pm | |
parent | 9bb4f595f540e891a2901c309bdf9f621c099348 (diff) | |
download | drakx-backup-do-not-use-b3627141dd6d57729bdf864dc64ee17d8ab7d340.tar drakx-backup-do-not-use-b3627141dd6d57729bdf864dc64ee17d8ab7d340.tar.gz drakx-backup-do-not-use-b3627141dd6d57729bdf864dc64ee17d8ab7d340.tar.bz2 drakx-backup-do-not-use-b3627141dd6d57729bdf864dc64ee17d8ab7d340.tar.xz drakx-backup-do-not-use-b3627141dd6d57729bdf864dc64ee17d8ab7d340.zip |
completed language list
completed language->keyboard guessing list
aesthetic changes to an English message (removed \n and let gtk+
do the formatting, it is nicer)
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'); |