diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-13 23:29:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-13 23:29:25 +0000 |
commit | cf982311824934d7400d56ab07c93e8556de4592 (patch) | |
tree | c4a913ae5c91e421b0f4afba335ff73213380a31 /Master/tlpkg/installer/install-menu-text.pl | |
parent | 4f1866f03ec88d94b78ca954bd3f3b7b40ed168b (diff) |
wording, doc
git-svn-id: svn://tug.org/texlive/trunk@40495 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index dd70436f1b6..586bcbb69ed 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -281,7 +281,7 @@ sub binary_menu { } other_options qw(- + R Q diskspace); - my $answer = prompt 'Enter letter(s) to select platforms'; + my $answer = prompt 'Enter letter(s) to (de)select platforms'; my @keystrokes=string_to_list $answer; @@ -435,7 +435,7 @@ sub collection_menu { ##</cols=1> other_options qw(- + R Q diskspace); - my $answer = prompt 'Enter letter(s) to select collection(s)'; + my $answer = prompt 'Enter letter(s) to (de)select collection(s)'; my @keystrokes=string_to_list $answer; |