From fcfbe81f4ba27ba206f80481b60f8c02cd390fa1 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 12 Dec 2016 12:44:41 +0100 Subject: =?UTF-8?q?Rename=20modpack=20to=20=E2=80=9CHelp=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- description.txt | 2 +- init.lua | 4 ++-- locale/de.txt | 4 ++-- locale/template.txt | 4 ++-- 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. = -- cgit v1.2.3