]> git.lizzy.rs Git - minetest.git/commitdiff
Temporary disable local install button due to irrlicht dialog breaking localization
authorsapier <Sapier at GMX dot net>
Sun, 24 Nov 2013 01:15:25 +0000 (02:15 +0100)
committersapier <Sapier at GMX dot net>
Sun, 24 Nov 2013 01:15:25 +0000 (02:15 +0100)
builtin/modmgr.lua

index 7eb324b616447536f228f489a5686ef4ed553ad8..1f19ac67359f304ea0b8a76634b242d6d58ada6b 100644 (file)
@@ -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