S is for tranSlation which I don't have

This commit is contained in:
ThePython 2023-03-25 11:07:34 -07:00
parent 8e6d21ea7c
commit ae84efcca1
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ function get_element_deconstructor_formspec()
"no_prepend[]"..
mcl_vars.gui_nonbg..mcl_vars.gui_bg_color..
"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;]"..
"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[current_player;main;0,5;8,4;]"..
"listring[context;fuel]"..