mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Make advanced settings noiseparams strings translatable (#8062)
Various minor language improvements in settingtypes.txt.
This commit is contained in:
parent
9512c2986e
commit
df6670b28a
5 changed files with 35 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue