summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS3
-rw-r--r--perl-install/any.pm2
-rw-r--r--perl-install/install/NEWS1
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 6737a9149..9168b98c6 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- finish-install:
+ o "Multi languages" => "Multiple languages" (mga#1011)
+
Version 13.61 - 01 August 2011
- disdrake:
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 4fdcd745d..e9c614ca8 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1150,7 +1150,7 @@ sub selectLanguage_install {
advanced_messages => formatAlaTeX(N("%s 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.", N("Mageia"))),
- advanced_label => N("Multi languages"),
+ advanced_label => N("Multiple languages"),
});
$in->ask_from_($common, [
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 6fa8c76de..316df0548 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,4 +1,5 @@
- do not crash if there's no mirror cache to erase
+- "Multi languages" => "Multiple languages" (mga#1011)
Version 13.61 - 01 August 2011