more translation tags and some code tidy for wool and dyes

This commit is contained in:
Zweihorn 2019-05-19 16:09:51 +02:00 committed by Yves Quemener
parent 97c2de8b79
commit 1718494306
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ beds.spawn = {}
beds.formspec = "size[8,11;true]" ..
"no_prepend[]" ..
"bgcolor[#080808BB;true]" ..
"button_exit[2,10;4,0.75;leave;Leave Bed]"
"button_exit[2,10;4,0.75;leave;S("Leave Bed")]"
local modpath = minetest.get_modpath("beds")

View File

@ -120,10 +120,10 @@ function creative.register_tab(name, title, items)
image_button[7.2,3.25;0.8,0.8;creative_next_icon.png;creative_next;]
image_button[2.1,3.25;0.8,0.8;creative_search_icon.png;creative_search;]
image_button[2.75,3.25;0.8,0.8;creative_clear_icon.png;creative_clear;]
tooltip[creative_search;Search]
tooltip[creative_clear;Reset]
tooltip[creative_prev;Previous page]
tooltip[creative_next;Next page]
tooltip[creative_search;S("Search")]
tooltip[creative_clear;S("Reset")]
tooltip[creative_prev;S("Previous page")]
tooltip[creative_next;S("Next page")]
listring[current_player;main]
field_close_on_enter[creative_filter;false]
]] ..