Fix NO DATA errors

This commit is contained in:
Wuzzy 2016-11-03 03:50:21 +01:00
parent 79e58cfbfb
commit 1be13bdefd

View File

@ -724,7 +724,7 @@ doc.new_category("nodes", {
return formstring
else
return "label[0,1;NO DATA AVALIABLE!"
return "label[0,1;NO DATA AVALIABLE!]"
end
end
})
@ -795,7 +795,7 @@ doc.new_category("tools", {
return formstring
else
return "label[0,1;NO DATA AVALIABLE!"
return "label[0,1;NO DATA AVALIABLE!]"
end
end
})
@ -858,7 +858,7 @@ doc.new_category("craftitems", {
return formstring
else
return "label[0,1;NO DATA AVALIABLE!"
return "label[0,1;NO DATA AVALIABLE!]"
end
end
})