summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
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 /Master/tlpkg/installer/install-menu-perltk.pl
parent6ba3d172d7b2b046f16e24c371498b5bb0e4ffa4 (diff)
wording
git-svn-id: svn://tug.org/texlive/trunk@26745 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl4
1 files changed, 2 insertions, 2 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.");