Skip to content
Snippets Groups Projects
Commit 16bd3683 authored by sapier's avatar sapier
Browse files

Temporary disable local install button due to irrlicht dialog breaking localization

parent 83f1d9ae
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment