Fix bad translation in dropstring

This commit is contained in:
Wuzzy 2019-03-18 12:00:56 +01:00
parent 3d7053fef9
commit 501d9258f6

@ -931,7 +931,7 @@ doc.add_category("nodes", {
-- Final list seperator
dropstring_this = dropstring_this .. S(" and ")
end
local desc = S(itemtable.desc)
local desc = itemtable.desc
local count = itemtable.count
if count ~= 1 then
desc = S("@1×@2", count, desc)