Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Temporary disable local install button due to irrlicht dialog breakin…
…g localization
  • Loading branch information
sapier authored and sapier committed Nov 24, 2013
1 parent 83f1d9a commit 16bd368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builtin/modmgr.lua
Expand Up @@ -241,7 +241,8 @@ function modmgr.tab()

retval = retval ..
"label[0.8,4.2;" .. fgettext("Add mod:") .. "]" ..
"button[0.75,4.85;1.8,0.5;btn_mod_mgr_install_local;".. fgettext("Local install") .. "]" ..
-- TODO Disabled due to upcoming release 0.4.8 and irrlicht messing up localization
-- "button[0.75,4.85;1.8,0.5;btn_mod_mgr_install_local;".. fgettext("Local install") .. "]" ..
"button[2.45,4.85;3.05,0.5;btn_mod_mgr_download;".. fgettext("Online mod repository") .. "]"

local selected_mod = nil
Expand Down

0 comments on commit 16bd368

Please sign in to comment.