From 1be13bdefd002cc12852ecfb959218d1af5c6bfd Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 3 Nov 2016 03:50:21 +0100 Subject: Fix NO DATA errors --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 9ac8e78..8412174 100644 --- a/init.lua +++ b/init.lua @@ -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 }) -- cgit v1.2.3