Generalize usagehelp controls
This commit is contained in:
parent
e6afb646aa
commit
f3ce719aed
2
init.lua
2
init.lua
@ -3,7 +3,7 @@ local S = minetest.get_translator("doc_encyclopedia")
|
|||||||
minetest.register_craftitem("doc_encyclopedia:encyclopedia", {
|
minetest.register_craftitem("doc_encyclopedia:encyclopedia", {
|
||||||
description = S("Encyclopedia"),
|
description = S("Encyclopedia"),
|
||||||
_doc_items_longdesc = S("Allows you to access the help."),
|
_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,
|
_doc_items_hidden = false,
|
||||||
stack_max = 1,
|
stack_max = 1,
|
||||||
inventory_image = "doc_encyclopedia_encyclopedia.png",
|
inventory_image = "doc_encyclopedia_encyclopedia.png",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# textdomain:doc_encyclopedia
|
# textdomain:doc_encyclopedia
|
||||||
Encyclopedia=Enzyklopädie
|
Encyclopedia=Enzyklopädie
|
||||||
Allows you to access the help.=Damit kann man auf die Hilfe zuzugreifen.
|
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.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# textdomain:doc_encyclopedia
|
||||||
Encyclopedia=
|
Encyclopedia=
|
||||||
Allows you to access the help.=
|
Allows you to access the help.=
|
||||||
Wield it, then leftclick to access the help. =
|
Use the punch key to access the help.=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user