diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-07-13 17:55:07 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-07-13 17:55:07 +0000 |
commit | c3f2e25b6b8abd20001b73e405e8f14c6fc3af60 (patch) | |
tree | 374225edcb095b95f65beb33938cec764250eece /Master/tlpkg/installer | |
parent | ae4e1374eb50cf574e039ab93c1ac2dc37322e87 (diff) |
tweak messages
git-svn-id: svn://tug.org/texlive/trunk@19428 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk.pl | 2 | ||||
-rw-r--r-- | Master/tlpkg/installer/install-menu-wizard.pl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index b238fc27981..7321c91bdc9 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -385,7 +385,7 @@ sub installation_window { $t .= "\n\n" . __("Add %s/texmf/doc/man to MANPATH.\nAdd %s/texmf/doc/info to INFOPATH.\nMost importantly, add %s/bin/%s\nto your PATH for current and future sessions.", $::vars{'TEXDIR'}, $::vars{'TEXDIR'}, $::vars{'TEXDIR'}, $::vars{'this_platform'}); } if (@::WARNLINES) { - $t .= "\n\n" . __("There were some warnings during the installation process.\nHere is a summary of warning messages:") . "\n"; + $t .= "\n\n" . __("There were some warnings during the installation process.\nHere is the list of warning messages:") . "\n"; $t .= join('', @::WARNLINES); $t =~ s/\n\z//; } diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl index 7b7a2c6836a..7403997ea0c 100644 --- a/Master/tlpkg/installer/install-menu-wizard.pl +++ b/Master/tlpkg/installer/install-menu-wizard.pl @@ -189,7 +189,7 @@ sub reset_start { . "\n" . ( (win32()) ? __("Or use install-tl-advanced.bat") - : __("Or use the argument --gui perltk to install-tl.") ), + : __("Or use the argument --gui expert to install-tl.") ), -justify => "left"); $inf->place(-x => 0, -y => 100); @@ -499,7 +499,7 @@ sub wizard_installation_window { $t .= "\n\n" . __("Add %s/texmf/doc/man to MANPATH.\nAdd %s/texmf/doc/info to INFOPATH.\nMost importantly, add %s/bin/%s\nto your PATH for current and future sessions.", $::vars{'TEXDIR'}, $::vars{'TEXDIR'}, $::vars{'TEXDIR'}, $::vars{'this_platform'}); } if (@::WARNLINES) { - $t .= "\n\n" . __("There were some warnings during the installation process.\nHere is a summary of warning messages:") . "\n"; + $t .= "\n\n" . __("There were some warnings during the installation process.\nHere is the list of warning messages:") . "\n"; $t .= join('', @::WARNLINES); $t =~ s/\n\z//; } |