summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-12 12:44:41 +0100
committerWuzzy <almikes@aol.com>2016-12-12 12:44:41 +0100
commitfcfbe81f4ba27ba206f80481b60f8c02cd390fa1 (patch)
tree327055887166e1e020baa02ca31e8cef88c6b90c /init.lua
parentebaee2fbd70f188021bf110832b5100632f67d1f (diff)
Rename modpack to “Help”
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index e8b5ead..7ac77e2 100644
--- a/init.lua
+++ b/init.lua
@@ -7,8 +7,8 @@ end
minetest.register_craftitem("doc_encyclopedia:encyclopedia", {
description = S("Encyclopedia"),
- _doc_items_longdesc = S("Allows you to access the documentation system."),
- _doc_items_usagehelp = S("Wield it, then leftclick to access the documentation system."),
+ _doc_items_longdesc = S("Allows you to access the help."),
+ _doc_items_usagehelp = S("Wield it, then leftclick to access the help."),
stack_max = 1,
inventory_image = "doc_encyclopedia_encyclopedia.png",
wield_image = "doc_encyclopedia_encyclopedia.png",