]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - builtin/mainmenu/dlg_create_world.lua
Add dependency resolution to ContentDB (#9997)
[dragonfireclient.git] / builtin / mainmenu / dlg_create_world.lua
index 7566d2409ebd5f70243c9b3f7a15f9486492e206..5931496c1ee78063ce12f9ce08aa004738985b66 100644 (file)
@@ -98,7 +98,7 @@ local function create_world_formspec(dialogdata)
        -- Error out when no games found
        if #pkgmgr.games == 0 then
                return "size[12.25,3,true]" ..
-                       "box[0,0;12,2;#ff8800]" ..
+                       "box[0,0;12,2;" .. mt_color_orange .. "]" ..
                        "textarea[0.3,0;11.7,2;;;"..
                        fgettext("You have no games installed.") .. "\n" ..
                        fgettext("Download one from minetest.net") .. "]" ..