summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2008-05-24 22:06:51 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2008-05-24 22:06:51 +0000
commit75caddd1f55d8b300758c7036a5170dad9bf9b04 (patch)
tree0fdf369310cba4da1b49e0aa0339f990e9f1d506 /Master
parent8762c6340de5b3364472dc0bae170c64cbf34bf4 (diff)
install-menu-{text,perltk}.pl: Change headlines in language menu
as proposed by Karl. git-svn-id: svn://tug.org/texlive/trunk@8324 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl4
-rwxr-xr-xMaster/tlpkg/installer/install-menu-text.pl4
2 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index d5cc655e320..452272c6667 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -125,8 +125,8 @@ my %text = ( title => 'TeX Live 2008 Installation',
selectstdcol => 'Select the collections to be installed',
selectall => 'Select All',
selectnone => 'Deselect All',
- selectlang => 'Language Selection',
- selectdoc => 'Doc/Language Selection',
+ selectlang => 'Select language support',
+ selectdoc => 'Select language-specific documentation',
createsym => 'create symlinks in standard directories',
binto => 'binaries to',
manto => 'manpages to',
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl
index ceac0a7dbbb..c13490e91bf 100755
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -321,7 +321,7 @@ sub language_menu {
my $lang_doc_index=0;
my $lines;
- menu_head 'Select languages:';
+ menu_head 'Select language support:';
@languages=sort @collections_lang;
@lang_docs=sort @collections_lang_doc;
@@ -345,7 +345,7 @@ sub language_menu {
}
}
- print "\nLanguage specific documentation. Select languages first.\n\n";
+ print "\nSelect language-specific documentation:\n\n";
$lines=@lang_docs/2;
++$lines if (@lang_docs%2);