1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Make advanced settings noiseparams strings translatable (#8062)

Various minor language improvements in settingtypes.txt.
This commit is contained in:
Wuzzy
2019-01-20 19:49:17 +01:00
committed by Paramat
parent 9512c2986e
commit df6670b28a
5 changed files with 35 additions and 28 deletions

View File

@@ -90,7 +90,7 @@ local function create_world_formspec(dialogdata)
elseif #pkgmgr.games == 1 and pkgmgr.games[1].id == "minimal" then
retval = retval .. "box[1.75,4;8.7,1;#ff8800]label[2,4;" ..
fgettext("Warning: The minimal development test is meant for developers.") .. "]label[2,4.4;" ..
fgettext("Download a game, such as minetest_game, from minetest.net") .. "]"
fgettext("Download a game, such as Minetest Game, from minetest.net") .. "]"
end
return retval