summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-06-14 21:55:04 +0000
committerKarl Berry <karl@freefriends.org>2008-06-14 21:55:04 +0000
commit298477d0cc2aaf36dad4e784f3f89c65c5b2c0fe (patch)
treee417c0e3776e078313b155ba3c4d6b0caca2d5aa /Master/tlpkg/installer
parent409e556a796fd7e50866e97977f17073e920f95d (diff)
wrongly deleted newline; tweak display of last part master menu text
git-svn-id: svn://tug.org/texlive/trunk@8734 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rwxr-xr-xMaster/tlpkg/installer/install-menu-text.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl
index 17997e0345d..673440e5bb4 100755
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -68,7 +68,7 @@ sub other_options {
'Q' => 'quit'
);
- print "\nOther options:\n", hbar;
+ print "\nOther actions:\n";
for my $option (@options) {
if (defined $opts{"$option"}) {
printf " <%s> %s\n", $option, $opts{$option};