From 04c1a0ef71d05a9f162cbabd558441254d34f94d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 31 May 2012 22:53:17 +0000 Subject: wording git-svn-id: svn://tug.org/texlive/trunk@26745 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-perltk.pl | 4 ++-- Master/tlpkg/installer/install-menu-wizard.pl | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index 8d7cf6a3248..7acef3af337 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -562,11 +562,11 @@ sub pre_warn() { my $pre_warning = $parent->Toplevel(); $pre_warning->title( __("TeX Live %s Installation", $TeXLive::TLConfig::ReleaseYear)); - my $wrn = __('Better turn off your virus scanner during installation'); + my $wrn = __('Best to disable your virus scanner during installation.'); if (!admin()) { $wrn .= "\n\n". - __("The installer does not have adminstrative permissions;\ncan only install for current user"); + __("The installer does not have adminstrative permissions;\nso can only install for current user."); if (is_vista()) { $wrn .= "\n\n". __("Right-click install-tl-advanced and select \"run as administrator\"\n if you want to install for all users."); 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); -- cgit v1.2.3