Skip to content

Commit eb8af61

Browse files
ZughyZughyrubenwardy
authored
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>
1 parent cc44943 commit eb8af61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/mainmenu/tab_local.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ local function get_formspec(tabview, name, tabdata)
116116

117117
retval = retval ..
118118
"button[3.9,3.8;2.8,1;world_delete;".. fgettext("Delete") .. "]" ..
119-
"button[6.55,3.8;2.8,1;world_configure;".. fgettext("Configure") .. "]" ..
119+
"button[6.55,3.8;2.8,1;world_configure;".. fgettext("Select Mods") .. "]" ..
120120
"button[9.2,3.8;2.8,1;world_create;".. fgettext("New") .. "]" ..
121121
"label[3.9,-0.05;".. fgettext("Select World:") .. "]"..
122122
"checkbox[0,-0.20;cb_creative_mode;".. fgettext("Creative Mode") .. ";" ..

0 commit comments

Comments
 (0)