diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-08 03:54:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-08 03:54:16 +0000 |
commit | 0817c5d265befc28c2bcbf5f7f43ceebb1fd58a4 (patch) | |
tree | 3c85e1bbbca43ac4859633fcb2702ef0c334cdb8 | |
parent | 57fd44b3f5dcc2e33c348f4fd88f220bbadccdd7 (diff) | |
download | drakx-0817c5d265befc28c2bcbf5f7f43ceebb1fd58a4.tar drakx-0817c5d265befc28c2bcbf5f7f43ceebb1fd58a4.tar.gz drakx-0817c5d265befc28c2bcbf5f7f43ceebb1fd58a4.tar.bz2 drakx-0817c5d265befc28c2bcbf5f7f43ceebb1fd58a4.tar.xz drakx-0817c5d265befc28c2bcbf5f7f43ceebb1fd58a4.zip |
replace "More" with a more descriptive button name
-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 4b68cdfa0..d0154307f 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -710,7 +710,7 @@ sub selectCountry { messages => N("Please choose your country."), interactive_help_id => 'selectCountry', advanced_messages => N("Here is the full list of available countries"), - advanced_label => N("More"), + advanced_label => N("Other Countries"), advanced_state => $ext_country && scalar(@best), callbacks => { changed => sub { $other = $_[0] == 1 } }, }, |