diff options
Diffstat (limited to 'Master/tlpkg/installer/install-menu-wizard.pl')
-rw-r--r-- | Master/tlpkg/installer/install-menu-wizard.pl | 4 |
1 files changed, 2 insertions, 2 deletions
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//; } |