Generalize usagehelp controls

master
Wuzzy 2019-03-16 08:15:24 +01:00
parent e6afb646aa
commit f3ce719aed
3 changed files with 6 additions and 5 deletions

View File

@ -3,7 +3,7 @@ local S = minetest.get_translator("doc_encyclopedia")
minetest.register_craftitem("doc_encyclopedia:encyclopedia", {
description = S("Encyclopedia"),
_doc_items_longdesc = S("Allows you to access the help."),
_doc_items_usagehelp = S("Wield it, then leftclick to access the help."),
_doc_items_usagehelp = S("Use the punch key to access the help."),
_doc_items_hidden = false,
stack_max = 1,
inventory_image = "doc_encyclopedia_encyclopedia.png",

View File

@ -1,4 +1,4 @@
# textdomain:doc_encyclopedia
Encyclopedia=Enzyklopädie
Allows you to access the help.=Damit kann man auf die Hilfe zuzugreifen.
Wield it, then leftclick to access the help.=Halten Sie sie in der Hand und linksklicken Sie, um auf die Hilfe zuzugreifen.
Use the punch key to access the help.=Benutzen Sie die Schlagen-Taste, um auf die Hilfe zuzugreifen.

View File

@ -1,3 +1,4 @@
Encyclopedia =
Allows you to access the help. =
Wield it, then leftclick to access the help. =
# textdomain:doc_encyclopedia
Encyclopedia=
Allows you to access the help.=
Use the punch key to access the help.=