This commit is contained in:
Kacper Kostka
2023-02-23 17:10:51 +01:00
parent 68e5f9525e
commit 99121a0a03
6 changed files with 27 additions and 30 deletions

View File

@@ -205,7 +205,7 @@ local function get_formspec(tabview, name, tabdata)
end
else
retval = retval ..
"button[7.9,4.75;4.1,1;play;" .. fgettext("Play Game") .. "]"
"button[7.9,4.75;4.1,1;play;" .. fgettext("Play Selected World") .. "]"
end
return retval