summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/installer/install-menu-text.pl4
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;