diff options
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), |