summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-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 },
},