Fix bad translation in dropstring
This commit is contained in:
parent
3d7053fef9
commit
501d9258f6
2
init.lua
2
init.lua
@ -931,7 +931,7 @@ doc.add_category("nodes", {
|
|||||||
-- Final list seperator
|
-- Final list seperator
|
||||||
dropstring_this = dropstring_this .. S(" and ")
|
dropstring_this = dropstring_this .. S(" and ")
|
||||||
end
|
end
|
||||||
local desc = S(itemtable.desc)
|
local desc = itemtable.desc
|
||||||
local count = itemtable.count
|
local count = itemtable.count
|
||||||
if count ~= 1 then
|
if count ~= 1 then
|
||||||
desc = S("@1×@2", count, desc)
|
desc = S("@1×@2", count, desc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user