diff options
Diffstat (limited to 'Master/tlpkg/installer/install-menu-wizard.pl')
-rw-r--r-- | Master/tlpkg/installer/install-menu-wizard.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl index b9f049d6b48..a3eaff1b2f6 100644 --- a/Master/tlpkg/installer/install-menu-wizard.pl +++ b/Master/tlpkg/installer/install-menu-wizard.pl @@ -187,12 +187,12 @@ sub reset_start { $prv->placeForget; my $inf = $fmain->Label( - -text => __("Welcome to the installation of TeX Live %s\nhttp://tug.org/texlive\n\nThis wizard will guide you through the installation.\n\nBetter turn off your virusscanner during installation.\n\nFor an advanced, customizable installation, please consult\nthe web pages or installation guide.", $TeXLive::TLConfig::ReleaseYear) + -text => __("Welcome to the installation of TeX Live %s\nhttp://tug.org/texlive\n\nThis wizard will guide you through the installation.\n\nBest to turn off your virus scanner during installation.\n\nFor an advanced, customizable installation, please consult\nthe web pages or installation guide.", $TeXLive::TLConfig::ReleaseYear) . "\n" . ( (win32()) - ? __("Or use install-tl-advanced.bat") . "\n\n" - . __('Better turn off your virus scanner during installation') - : __("Or use the argument --gui expert to install-tl.") ), + ? __("Or use install-tl-advanced.bat.") . "\n\n" + . __('Best to turn off your virus scanner during installation.') + : __("Or specify --gui expert to install-tl.") ), -justify => "left"); $inf->place(-x => 0, -y => 50); |