From 4a0bc6fb276dce95f7bd21ceac5a2ea7890d5f5c Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Thu, 7 Apr 2011 17:34:56 +0000 Subject: - any.pm: make it easier for rebranding by using %s magic - update po/pot files --- perl-install/any.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 04ad1ad2c..91300d6f1 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1130,9 +1130,9 @@ sub selectLanguage_install { my $non_utf8 = 0; add2hash($common, { cancel => '', focus_first => 1, - advanced_messages => formatAlaTeX(N("Mageia can support multiple languages. Select + 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.")), +when your installation is complete and you restart your system.", N("Mageia"))), advanced_label => N("Multi languages"), }); -- cgit v1.2.1