diff options
-rw-r--r-- | Master/tlpkg/installer/install-menu-wizard.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl index cdcc74337c6..b9f049d6b48 100644 --- a/Master/tlpkg/installer/install-menu-wizard.pl +++ b/Master/tlpkg/installer/install-menu-wizard.pl @@ -187,10 +187,11 @@ 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\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\nBetter turn off your virusscanner 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") + ? __("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.") ), -justify => "left"); $inf->place(-x => 0, -y => 50); |