S is for tranSlation which I don't have
This commit is contained in:
parent
8e6d21ea7c
commit
ae84efcca1
|
@ -14,9 +14,9 @@ function get_element_deconstructor_formspec()
|
||||||
"no_prepend[]"..
|
"no_prepend[]"..
|
||||||
mcl_vars.gui_nonbg..mcl_vars.gui_bg_color..
|
mcl_vars.gui_nonbg..mcl_vars.gui_bg_color..
|
||||||
"background[-0.19,-0.25;10.5,9.87]"..
|
"background[-0.19,-0.25;10.5,9.87]"..
|
||||||
"label[2,1;"..minetest.formspec_escape(minetest.colorize("#313131", S("Fuel"))).."]"..
|
"label[2,1;"..minetest.formspec_escape(minetest.colorize("#313131", "Fuel")).."]"..
|
||||||
"list[context;fuel;2,2;1,1;]"..
|
"list[context;fuel;2,2;1,1;]"..
|
||||||
"label[5,1;"..minetest.formspec_escape(minetest.colorize("#313131", S("Orb"))).."]"..
|
"label[5,1;"..minetest.formspec_escape(minetest.colorize("#313131", "Orb")).."]"..
|
||||||
"list[context;dst;5,2;1,1;]"..
|
"list[context;dst;5,2;1,1;]"..
|
||||||
"list[current_player;main;0,5;8,4;]"..
|
"list[current_player;main;0,5;8,4;]"..
|
||||||
"listring[context;fuel]"..
|
"listring[context;fuel]"..
|
||||||
|
|
Loading…
Reference in New Issue