mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
Mainmenu: Make capitalisation consistent in mainmenu and advanced settings
This commit is contained in:
parent
a0c8c05242
commit
8ea86338ab
4 changed files with 29 additions and 29 deletions
|
@ -51,7 +51,7 @@ end
|
|||
--------------------------------------------------------------------------------
|
||||
local function get_formspec(tabview, name, tabdata)
|
||||
|
||||
local retval = "label[4,-0.25;" .. fgettext("Select texture pack:") .. "]" ..
|
||||
local retval = "label[4,-0.25;" .. fgettext("Select Texture Pack:") .. "]" ..
|
||||
"textlist[4,0.25;7.5,5.0;TPs;"
|
||||
|
||||
local current_texture_path = core.settings:get("texture_path")
|
||||
|
@ -128,7 +128,7 @@ end
|
|||
--------------------------------------------------------------------------------
|
||||
return {
|
||||
name = "texturepacks",
|
||||
caption = fgettext("Texturepacks"),
|
||||
caption = fgettext("Texture Packs"),
|
||||
cbf_formspec = get_formspec,
|
||||
cbf_button_handler = main_button_handler,
|
||||
on_change = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue