diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -353,7 +353,7 @@ doc.new_category("tools", { doc.new_category("craftitems", { - name = "Misc. items", + name = "Miscellaneous items", build_formspec = function(data) if data then local longdesc = data.longdesc or "N/A" |