diff options
author | Karl Berry <karl@freefriends.org> | 2009-02-12 02:01:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-02-12 02:01:04 +0000 |
commit | 3061aaf1127b77f0ce9de46495daa381ebb199e7 (patch) | |
tree | ca6f7b9aa96db13a61429b9b1743c548588e222d | |
parent | 81c0bde11438801df366fc7466b923cc0fb4e663 (diff) |
(wizhello): tweak string.
git-svn-id: svn://tug.org/texlive/trunk@12147 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/install-translations.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-translations.pl b/Master/tlpkg/installer/install-translations.pl index 9019c4fae7b..19a19fecf13 100644 --- a/Master/tlpkg/installer/install-translations.pl +++ b/Master/tlpkg/installer/install-translations.pl @@ -93,7 +93,11 @@ our %text = (title => 'TeX Live 2008 Installation', welcome => 'Welcome to TeX Live!', next => 'Next >', prev => '< Back', - wizhello => "Welcome to the installation of TeX Live 2008\nhttp://tug.org/texlive\n\nThis wizard will guide you through the installation.\n\nFor more advanced configuration please consult the installation guide.", + wizhello => "Welcome to the installation of TeX Live 2008\n" + . "http://tug.org/texlive\n\n" + . "This wizard will guide you through the installation.\n\n" + . "For an advanced, customizable installation, please consult\n" + . "the web pages or installation guide.", destfolder => 'Destination folder:', advcustom => 'Advanced customization', pathinfo => "The destination folder will contain the installation.\nIt is strongly recommended to keep the year as the last component.", |