diff options
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-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 f66124ba4eb..0d1f44a92c3 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -801,7 +801,7 @@ EOF } } if (win32() || $::opt_all_options) { - print " <W> install TeXworks front end: $b_addoneditor\n"; + print " <W> install TeXworks front end (Win32 only): $b_addoneditor\n"; } if ($media ne "NET") { print " <Y> after installation, get package updates from CTAN: $b_adjustrepo\n"; |