diff options
-rw-r--r-- | Master/texmf/scripts/texlive/tlmgrgui.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui.pl index af1f923579e..ec349bb977d 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui.pl @@ -532,7 +532,7 @@ sub setup_menu_system { }); if (TeXLive::TLUtils::which("mkluatexfontdb-sys")) { - $menu_actions->add('command', -label => __("Update luaTeX font database"), + $menu_actions->add('command', -label => __("Update LuaTeX font database"), -state => $::action_button_state, -command => sub { $mw->Busy(-recurse => 1); |