summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ddaad3537ff..dc09bd9fba2 100755
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -298,7 +298,7 @@ sub binary_menu {
if (defined $keyval{$keystroke}) {
toggle "$keyval{$keystroke}";
} elsif (!defined $command{"\u$answer"}) {
- print "Unknown command: $keystroke\n\n";
+ print "Unknown command: $answer\n\n";
}
}
if ($vars{"binary_win32"}) {
@@ -452,7 +452,7 @@ sub collection_menu {
if (defined $keyval{$keystroke}) {
toggle "$keyval{$keystroke}";
} elsif (!defined $command{"\u$answer"}) {
- print "Unknown command: $keystroke\n\n";
+ print "Unknown command: $answer\n\n";
}
}