diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-01-03 18:19:43 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-01-03 18:19:43 +0000 |
commit | 27c399a88f3f75ecd78b4464a86a94a835885784 (patch) | |
tree | f39cc60a1a12d6eb0598d629324e9f73853caf4f /perl-install/any.pm | |
parent | 6b7e1e5ba3348b4f6c2bcae6fe659d742991b63b (diff) | |
download | drakx-27c399a88f3f75ecd78b4464a86a94a835885784.tar drakx-27c399a88f3f75ecd78b4464a86a94a835885784.tar.gz drakx-27c399a88f3f75ecd78b4464a86a94a835885784.tar.bz2 drakx-27c399a88f3f75ecd78b4464a86a94a835885784.tar.xz drakx-27c399a88f3f75ecd78b4464a86a94a835885784.zip |
fix english messages
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 389c57511..708cf2507 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -790,7 +790,7 @@ Do you want to use this feature?"), sub selectLanguage { my ($in, $lang, $langs) = @_; $in->ask_from_( - { messages => _("Please, choose a language to use."), + { messages => _("Please choose a language to use."), title => 'language choice', advanced_messages => _("You can choose other languages that will be available after install"), callbacks => { |