diff options
Diffstat (limited to 'perl-install/help.pm')
-rw-r--r-- | perl-install/help.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm index 9370fc9a0..273c7a30c 100644 --- a/perl-install/help.pm +++ b/perl-install/help.pm @@ -3,6 +3,8 @@ package help; use common qw(:common); %steps = ( +empty => '', + selectLanguage => __("Choose preferred language for install and system usage."), |