Fix bad translation in dropstring

master
Wuzzy 2019-03-18 12:00:56 +01:00
parent 3d7053fef9
commit 501d9258f6
1 changed files with 1 additions and 1 deletions

View File

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