summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2012-05-31 08:27:58 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2012-05-31 08:27:58 +0000
commitaeb6accf2eb343657817c3485c0981e3ff46c954 (patch)
tree21e0715b917ec0d49d114c88c7be1b6a3b0edb11
parent165a8f158f50783176b4f9bd5a9ef43b0ed3f8ef (diff)
Wizard installer: warnings about antivirus
git-svn-id: svn://tug.org/texlive/trunk@26740 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/installer/install-menu-wizard.pl5
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);