diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/help.pm | 1 | ||||
-rwxr-xr-x | perl-install/share/po/help_xml2pm.pl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm index c1cd46c7b..c37f9db3d 100644 --- a/perl-install/help.pm +++ b/perl-install/help.pm @@ -7,7 +7,6 @@ use common; # you want it changed. our %steps = ( -empty => '', acceptLicense => N_("Before continuing, you should carefully read the terms of the license. It diff --git a/perl-install/share/po/help_xml2pm.pl b/perl-install/share/po/help_xml2pm.pl index ccdf24a26..42dac790e 100755 --- a/perl-install/share/po/help_xml2pm.pl +++ b/perl-install/share/po/help_xml2pm.pl @@ -72,7 +72,6 @@ use common; # you want it changed. our %steps = ( -empty => '', }; foreach (sort keys %$help) { my $s = to_ascii($help->{$_}); |