mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-29 13:20:25 +02:00
Fix more translation strings (#2487)
This commit is contained in:
@ -2604,7 +2604,7 @@ local function register_sign(material, desc, def)
|
||||
meta:set_string("text", text)
|
||||
|
||||
if #text > 0 then
|
||||
meta:set_string("infotext", '"' .. text .. '"')
|
||||
meta:set_string("infotext", S('"@1"', text))
|
||||
else
|
||||
meta:set_string("infotext", '')
|
||||
end
|
||||
|
Reference in New Issue
Block a user