summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-03-14 02:46:32 +0000
committerNorbert Preining <preining@logic.at>2021-03-14 02:46:32 +0000
commitfcf958e910147d57fb7c946dd25be99b8e620137 (patch)
treec63c44fc8e5f85c74e4305a69e3466dd84c11b3d
parent7a1f26bccf6328665614ea473aae8d40b8973c38 (diff)
Unify string: GUI language
git-svn-id: svn://tug.org/texlive/trunk@58343 c570f23f-e606-0410-a88d-b1316a301751
-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');