summaryrefslogtreecommitdiff
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
parentebaee2fbd70f188021bf110832b5100632f67d1f (diff)
Rename modpack to “Help”
-rw-r--r--README.md4
-rw-r--r--description.txt2
-rw-r--r--init.lua4
-rw-r--r--locale/de.txt4
-rw-r--r--locale/template.txt4
5 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 7ca4bd9..4ebc410 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Encyclopedia [`doc_encyclopedia`]
-This mod adds an item to access the documentation system. Just hold the item
-in hand and punch.
+This mod adds an item to access the help (based on the
+Documentation System [`doc`]. Just hold the item in hand and punch.
Version: 1.0.0.
diff --git a/description.txt b/description.txt
index 3ca4425..4227bd1 100644
--- a/description.txt
+++ b/description.txt
@@ -1 +1 @@
-Adds an encyclopedia item which allows you to access the documentation system.
+Adds an encyclopedia item which allows you to access the help.
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",
diff --git a/locale/de.txt b/locale/de.txt
index 3b77b24..aaef350 100644
--- a/locale/de.txt
+++ b/locale/de.txt
@@ -1,3 +1,3 @@
Encyclopedia = Enzyklopädie
-Allows you to access the documentation system. = Damit kann man auf das Dokumentationssystem zuzugreifen.
-Wield it, then leftclick to access the documentation system. = Halten Sie sie in der Hand und linksklicken Sie, um auf das Dokumentationssystem 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.
diff --git a/locale/template.txt b/locale/template.txt
index 3866d22..1cbd581 100644
--- a/locale/template.txt
+++ b/locale/template.txt
@@ -1,3 +1,3 @@
Encyclopedia =
-Allows you to access the documentation system. =
-Wield it, then leftclick to access the documentation system. =
+Allows you to access the help. =
+Wield it, then leftclick to access the help. =