diff options
author | Wuzzy <almikes@aol.com> | 2016-07-24 19:33:34 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-07-24 19:33:34 +0200 |
commit | f60158570bbbd10411441feed61e154aee8515ad (patch) | |
tree | ee7147fab2d15ab0335e1fe0d358c4eff6b6a0a3 | |
parent | 830a94ef7729ac251fa1325c258514f09728a7fc (diff) |
Unabbreviate “Misc.”
-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" |