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:
@@ -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
|
||||
|
Reference in New Issue
Block a user