summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
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.");