Fix more translation strings (#2487)

This commit is contained in:
sfan5 2019-09-18 20:38:27 +02:00 committed by GitHub
parent c42a525ce8
commit b4c7522248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 56 additions and 34 deletions

View file

@ -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