diff options
author | Norbert Preining <preining@logic.at> | 2010-05-13 23:46:33 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-05-13 23:46:33 +0000 |
commit | 144f68e0714333adf7124c642d4520efe5de0d9e (patch) | |
tree | f7ec38084da51b7344b76e9a5f8a5b298140753e /Master | |
parent | a32571107e4f9b27695f51de4539a198cdf2fe3a (diff) |
luaTeX -> LuaTeX
git-svn-id: svn://tug.org/texlive/trunk@18231 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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); |