summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-31 22:53:17 +0000
committerKarl Berry <karl@freefriends.org>2012-05-31 22:53:17 +0000
commit04c1a0ef71d05a9f162cbabd558441254d34f94d (patch)
treea14f403b072ea9537644dd9eaadfc9069533549e
parent6ba3d172d7b2b046f16e24c371498b5bb0e4ffa4 (diff)
wording
git-svn-id: svn://tug.org/texlive/trunk@26745 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl4
-rw-r--r--Master/tlpkg/installer/install-menu-wizard.pl8
2 files changed, 6 insertions, 6 deletions
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);