diff options
author | sapier <Sapier at GMX dot net> | 2013-11-24 02:15:25 +0100 |
---|---|---|
committer | sapier <Sapier at GMX dot net> | 2013-11-24 02:15:25 +0100 |
commit | 16bd3683747e6ab86d6874b90d00a02285d68bdd (patch) | |
tree | dcacb027b566abc3f24c0fe1ce990af2dc8c10a6 | |
parent | 83f1d9ae6b859684057a6728d0b6fb96539d13c1 (diff) | |
download | minetest-16bd3683747e6ab86d6874b90d00a02285d68bdd.tar.gz minetest-16bd3683747e6ab86d6874b90d00a02285d68bdd.tar.bz2 minetest-16bd3683747e6ab86d6874b90d00a02285d68bdd.zip |
Temporary disable local install button due to irrlicht dialog breaking localization
-rw-r--r-- | builtin/modmgr.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/builtin/modmgr.lua b/builtin/modmgr.lua index 7eb324b61..1f19ac673 100644 --- a/builtin/modmgr.lua +++ b/builtin/modmgr.lua @@ -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 |