summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-04-23 15:35:44 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-04-23 15:35:44 +0000
commit16dbfff9690b60d7c28aa0de7886593d7cb96958 (patch)
treea325c88070e37f116ee1b87bd8ac06a6c70f6085
parentb2aac49d85abf4a6be64c3bbb7dfb5359eae59a2 (diff)
downloaddrakx-backup-do-not-use-16dbfff9690b60d7c28aa0de7886593d7cb96958.tar
drakx-backup-do-not-use-16dbfff9690b60d7c28aa0de7886593d7cb96958.tar.gz
drakx-backup-do-not-use-16dbfff9690b60d7c28aa0de7886593d7cb96958.tar.bz2
drakx-backup-do-not-use-16dbfff9690b60d7c28aa0de7886593d7cb96958.tar.xz
drakx-backup-do-not-use-16dbfff9690b60d7c28aa0de7886593d7cb96958.zip
fixes
-rw-r--r--perl-install/any.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 234274940..acecf3c4c 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -848,7 +848,9 @@ sub selectLanguage {
$in->ask_from_(
{ messages => _("Please choose a language to use."),
title => 'language choice',
- advanced_messages => _("You can choose other languages that will be available after install"),
+ advanced_messages => formatAlaTeX(_("Mandrake Linux can support multiple languages. Select
+the languages you would like to install. They will be available
+when your installation is complete and you restart your system.")),
callbacks => {
focus_out => sub { $langs->{$lang} = 1 },
},