Change 'X' to 'Done', as it's more intuitive

master
Piezo_ 2018-10-02 00:23:59 -07:00 committed by GitHub
parent 685a737f0e
commit 73f0f8f401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -670,7 +670,7 @@ local function get_vendor_settings_fs(pos)
"list[current_player;main;1,4.85;8,1;]"..
"list[current_player;main;1,6.08;8,3;8]"..
"listring[current_player;main]"..
"button_exit[0,8;1,1;btn_exit;X]"
"button_exit[0,8;1,1;btn_exit;Done]"
-- Add dynamic elements
local pos_str = pos.x..","..pos.y..","..pos.z
@ -745,7 +745,7 @@ local function get_vendor_default_fs(pos, player)
"button[1,8.08;3,1;inv_output_tovendor;Output To Vendor]"..
"button[12,8.08;3,1;inv_input_fromvendor;Input From Vendor]"..
"button[1,9.31;3,1;sort;Sort Inventory]"..
"button_exit[0,10;1,1;btn_exit;X]"
"button_exit[0,10;1,1;btn_exit;Done]"
-- Add dynamic elements
local pos_str = pos.x..","..pos.y..","..pos.z
@ -773,7 +773,7 @@ local function get_vendor_log_fs(pos)
local base = "size[9,9]"..
"image_button[0,1.3;1,1;debug_btn.png;button_settings;]"..
"item_image[0,2.3;1,1;default:book]"..
"button_exit[0,8;1,1;btn_exit;X]"
"button_exit[0,8;1,1;btn_exit;Done]"
-- Add dynamic elements
local meta = minetest.get_meta(pos)