diff --git a/init.lua b/init.lua index e55f154..b1660fe 100644 --- a/init.lua +++ b/init.lua @@ -157,7 +157,7 @@ function doc_identifier.liquid_mode(itemstack, user, pointed_thing) end minetest.register_tool("doc_identifier:identifier_solid", { - description = S("Lookup tool"), + description = S("Lookup Tool"), _doc_items_longdesc = S("This useful little helper can be used to quickly learn more about about one's closer environment. It identifies and analyzes blocks, items and other things and it shows extensive information about the thing on which it is used."), _doc_items_usagehelp = S("Punch any block, item or other thing about you wish to learn more about. This will open up the appropriate help entry. The tool comes in two modes which are changed by a rightclick. In liquid mode (blue) this tool points to liquids as well while in solid mode (red) this is not the case. Liquid mode is required if you want to identify a liquid."), _doc_items_hidden = false, @@ -171,7 +171,7 @@ minetest.register_tool("doc_identifier:identifier_solid", { on_secondary_use = doc_identifier.liquid_mode, }) minetest.register_tool("doc_identifier:identifier_liquid", { - description = S("Lookup tool"), + description = S("Lookup Tool"), _doc_items_create_entry = false, tool_capabilities = {}, range = 10, diff --git a/locale/doc_identifier.de.tr b/locale/doc_identifier.de.tr index b0a28ea..ef33f5a 100644 --- a/locale/doc_identifier.de.tr +++ b/locale/doc_identifier.de.tr @@ -3,7 +3,7 @@ Error: This node, item or object is undefined. This is always an error.\nThis ca It appears to originate from the mod “%s”, which is enabled.=Es scheint von der Mod »%s« zu stammen. Sie ist aktiv. It appears to originate from the mod “%s”, which is not enabled!=Es scheint von der Mod »%s« zu stammen. Sie ist nicht aktiv! Its identifier is “%s”.=Der Identifkator ist »%s«. -Lookup tool=Nachschlagewerkzeug +Lookup Tool=Nachschlagewerkzeug No help entry for this block could be found.=Für diesen Block konnte kein Hilfseintrag gefunden werden. No help entry for this item could be found.=Für diesen Gegenstand konnte kein Hilfseintrag gefunden werden. No help entry for this object could be found.=Für dieses Objekt konnte kein Hilfseintrag gefunden werden. diff --git a/locale/template.txt b/locale/template.txt index e4dd9c1..b57c67f 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -2,7 +2,7 @@ Error: This node, item or object is undefined. This is always an error.\\nThis c It appears to originate from the mod “%s”, which is enabled. = It appears to originate from the mod “%s”, which is not enabled! = Its identifier is “%s”. = -Lookup tool = +Lookup Tool = No help entry for this block could be found. = No help entry for this item could be found. = No help entry for this object could be found. =