1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35: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

@@ -564,7 +564,7 @@ function pkgmgr.preparemodlist(data)
retval[#retval + 1] = {
type = "game",
is_game_content = true,
name = fgettext(gamespec.name .. " mods"),
name = fgettext("$1 mods", gamespec.name),
path = gamespec.path
}
end