From c3f2e25b6b8abd20001b73e405e8f14c6fc3af60 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Tue, 13 Jul 2010 17:55:07 +0000 Subject: tweak messages git-svn-id: svn://tug.org/texlive/trunk@19428 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-perltk.pl | 2 +- Master/tlpkg/installer/install-menu-wizard.pl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Master') 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//; } -- cgit v1.2.3