diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-13 17:53:59 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-13 17:53:59 +0000 |
commit | 906d09feee7055c411790bb62ef839c43ba5fe0f (patch) | |
tree | bc03a9a3678c2e85edd9b71c04124470febe1351 /perl-install/any.pm | |
parent | aa5a8d932d27fb794b66ac81dc4b60487a2d928d (diff) | |
download | drakx-906d09feee7055c411790bb62ef839c43ba5fe0f.tar drakx-906d09feee7055c411790bb62ef839c43ba5fe0f.tar.gz drakx-906d09feee7055c411790bb62ef839c43ba5fe0f.tar.bz2 drakx-906d09feee7055c411790bb62ef839c43ba5fe0f.tar.xz drakx-906d09feee7055c411790bb62ef839c43ba5fe0f.zip |
fix and some more Help
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 27c914edd..bddd4b67a 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -663,6 +663,7 @@ sub selectCountry { $o->ask_from_( { title => N("Country"), 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_state => $ext_country && scalar(@best), |