summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgrgui.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
index f920958ca0a..562ee8d1562 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
@@ -550,7 +550,7 @@ sub setup_menu_system {
-command => sub { do_arch_settings(); });
}
if ($mode_expert) {
- $menu_options->add('command', -label => __("GUI Language ..."),
+ $menu_options->add('command', -label => __("GUI language ..."),
-command => sub { do_gui_language_setting(); });
}
$menu_options->add('separator');