summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-07-13 17:55:07 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-07-13 17:55:07 +0000
commitc3f2e25b6b8abd20001b73e405e8f14c6fc3af60 (patch)
tree374225edcb095b95f65beb33938cec764250eece /Master/tlpkg/installer/install-menu-perltk.pl
parentae4e1374eb50cf574e039ab93c1ac2dc37322e87 (diff)
tweak messages
git-svn-id: svn://tug.org/texlive/trunk@19428 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl2
1 files changed, 1 insertions, 1 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//;
}