diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-06 14:42:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-06 14:42:37 +0000 |
commit | d60215ea271cf171dd6292529a4c459e9148d883 (patch) | |
tree | a69cc8ab6149a70d583c354511ed749e0d83cecb /perl-install/help.pm | |
parent | cc85e855ad2d11bddbabc9e0a4d4e41df5ff6cc7 (diff) | |
download | drakx-d60215ea271cf171dd6292529a4c459e9148d883.tar drakx-d60215ea271cf171dd6292529a4c459e9148d883.tar.gz drakx-d60215ea271cf171dd6292529a4c459e9148d883.tar.bz2 drakx-d60215ea271cf171dd6292529a4c459e9148d883.tar.xz drakx-d60215ea271cf171dd6292529a4c459e9148d883.zip |
no_comment
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."), |