diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |