summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index 6993e66fa1d..43223a99cf8 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -837,6 +837,7 @@ sub menu_update_texts {
sub callback_select_scheme {
my $s = shift;
select_scheme($s);
+ $editoryesno = ( $vars{'collection-texworks'} ? __("Yes") : __("No") );
menu_update_texts();
}