diff options
Diffstat (limited to 'perl-install/help.pm')
-rw-r--r-- | perl-install/help.pm | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm index 6b937c138..abbb66c28 100644 --- a/perl-install/help.pm +++ b/perl-install/help.pm @@ -4,21 +4,21 @@ use common qw(:common); %steps = ( selectLanguage => - __(" - <h1>Pixel's links</h1> - - <h2>Search</h2> - Quelques sites de recherche : - <a href=\"http://www.metacrawler.com\">MetaCrawler</a>, - <a href=\"http://www.dejanews.com\">dejanews</a>, - <a href=\"http://www.yahoo.fr\">yahoo(fr)</a>, - <a href=\"http://www.yahoo.com\">yahoo</a>, - <a href=\"http://www.infoseek.com\">infoseek</a>, - <a href=\"http://www.altavista.com\">altavista</a>, - <a href=\"http://www.excite.com\">excite</a> - - -Choose preferred language for install and system usage."), +#- __(" +#- <h1>Pixel's links</h1> +#- +#- <h2>Search</h2> +#- Quelques sites de recherche : +#- <a href=\"http://www.metacrawler.com\">MetaCrawler</a>, +#- <a href=\"http://www.dejanews.com\">dejanews</a>, +#- <a href=\"http://www.yahoo.fr\">yahoo(fr)</a>, +#- <a href=\"http://www.yahoo.com\">yahoo</a>, +#- <a href=\"http://www.infoseek.com\">infoseek</a>, +#- <a href=\"http://www.altavista.com\">altavista</a>, +#- <a href=\"http://www.excite.com\">excite</a> + + +__("Choose preferred language for install and system usage."), selectKeyboard => __("Choose the layout corresponding to your keyboard from the list above"), |