diff options
author | Zughy <63455151+Zughy@users.noreply.github.com> | 2021-01-20 22:32:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 22:32:18 +0000 |
commit | eb8af614a5ee876a2bc9312506bfcfda20501232 (patch) | |
tree | e0bd686aee9db65eea9727497cd6ba742839f4c2 /builtin | |
parent | cc449435287472fbf8b7e1f2231b97765d766625 (diff) | |
download | minetest-eb8af614a5ee876a2bc9312506bfcfda20501232.tar.gz minetest-eb8af614a5ee876a2bc9312506bfcfda20501232.tar.bz2 minetest-eb8af614a5ee876a2bc9312506bfcfda20501232.zip |
Local tab: rename 'Configure' to 'Select Mods' (#10779)
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
Co-authored-by: rubenwardy <rw@rubenwardy.com>
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/mainmenu/tab_local.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/mainmenu/tab_local.lua b/builtin/mainmenu/tab_local.lua index 2eb4752bc..0e06c3bef 100644 --- a/builtin/mainmenu/tab_local.lua +++ b/builtin/mainmenu/tab_local.lua @@ -116,7 +116,7 @@ local function get_formspec(tabview, name, tabdata) retval = retval .. "button[3.9,3.8;2.8,1;world_delete;".. fgettext("Delete") .. "]" .. - "button[6.55,3.8;2.8,1;world_configure;".. fgettext("Configure") .. "]" .. + "button[6.55,3.8;2.8,1;world_configure;".. fgettext("Select Mods") .. "]" .. "button[9.2,3.8;2.8,1;world_create;".. fgettext("New") .. "]" .. "label[3.9,-0.05;".. fgettext("Select World:") .. "]".. "checkbox[0,-0.20;cb_creative_mode;".. fgettext("Creative Mode") .. ";" .. |