diff options
Diffstat (limited to 'Master/tlpkg/installer')
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 2 |
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 53604790a00..ac7c6e748d2 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -883,7 +883,7 @@ EOF ; } if (win32() || $::opt_all_options) { - print " <M> install menu items, shortcuts, etc: $b_deskint\n"; + print " <M> create Start menu shortcuts: $b_deskint\n"; print " <N> update file associations: [$::fileassocdesc[$vars{'option_file_assocs'}]]\n"; if ($::opt_all_options || TeXLive::TLWinGoo::admin()) { # if we are admin we allow normal user installation, too |