summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-11-03 19:44:09 +0100
committerWuzzy <almikes@aol.com>2016-11-03 19:44:09 +0100
commit900daaacbff495bf21913bc04187f7e00837a5a4 (patch)
treec16135a122efbe57137b9f9a9b567c41641e2e6d
parent18a136992e10d3fef1d526bbf300a4aa29b6fc37 (diff)
Update no category warning
-rw-r--r--init.lua2
-rw-r--r--locale/de.txt2
-rw-r--r--locale/template.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/init.lua b/init.lua
index e426327..b01e9e9 100644
--- a/init.lua
+++ b/init.lua
@@ -502,7 +502,7 @@ function doc.formspec_error_no_categories()
minetest.formspec_escape(
doc_intro .. "\n\n" ..
S("Error: No help available.") .. "\n\n" ..
-S("No categories have been registered, but the Documentation System is useless without them.\nThe Documentation System does not come with help contents on its own, it needs additional mods to add help content. Please make sure such mods are enabled on for this world, and try again.")) .. "\n\n" ..
+S("No categories have been registered, but the Documentation System is useless without them.\nThe main Documentation System mod (doc) does not come with help contents on its own, it needs additional mods to add help content. Please make sure such mods are enabled on for this world, and try again.")) .. "\n\n" ..
S("Recommended mods: doc_basics, doc_items, doc_identifier.")
formstring = formstring .. ";]button_exit[3,5;2,1;okay;"..F("OK").."]"
return formstring
diff --git a/locale/de.txt b/locale/de.txt
index 4a64431..ac2ebd1 100644
--- a/locale/de.txt
+++ b/locale/de.txt
@@ -20,7 +20,7 @@ Help > %s > (No Entry) = Hilfe > %s > (Kein Eintrag)
Hidden entries: %d = Verborgene Einträge: %d
New entries: %d = Neue Einträge: %d
New help entry unlocked: %s > %s = Neuen Hilfseinträg freigeschaltet: %s > %s
-No categories have been registered, but the Documentation System is useless without them.\nThe Documentation System does not come with help contents on its own, it needs additional mods to add help content. Please make sure such mods are enabled on for this world, and try again. = Es wurden keine Kategorien registriert, aber ohne sie is das Dokumentationssystem nutzlos.\nDas Dokumentationssystem bringt selbst keine Hilfsinhalte mit, es benötigt zusätzliche Mods, um Hilfsinhalte hinzuzufügen. Bitte stellen Sie sicher, dass solche Mods für diese Welt aktiviert sind, und versuchen Sie es erneut.
+No categories have been registered, but the Documentation System is useless without them.\nThe main Documentation System mod (doc) does not come with help contents on its own, it needs additional mods to add help content. Please make sure such mods are enabled on for this world, and try again. = Es wurden keine Kategorien registriert, aber ohne sie is das Dokumentationssystem nutzlos.\nDie Hauptmod des Dokumentationssystems (doc) bringt selbst keine Hilfsinhalte mit, sie benötigt zusätzliche Mods, um Hilfsinhalte hinzuzufügen. Bitte stellen Sie sicher, dass solche Mods für diese Welt aktiviert sind, und versuchen Sie es erneut.
Number of entries: %d = Anzahl der Einträge: %d
OK = OK
Open documentation system = Dokumentationssystem öffnen
diff --git a/locale/template.txt b/locale/template.txt
index 930cfca..c7af6db 100644
--- a/locale/template.txt
+++ b/locale/template.txt
@@ -21,7 +21,7 @@ Hidden entries: %d =
Nameless entry (%s) =
New entries: %d =
New help entry unlocked: %s > %s =
-No categories have been registered, but the Documentation System is useless without them.\\nThe Documentation System does not come with help contents on its own, it needs additional mods to add help content. Please make sure such mods are enabled on for this world, and try again. =
+No categories have been registered, but the Documentation System is useless without them.\nThe main Documentation System mod (doc) does not come with help contents on its own, it needs additional mods to add help content. Please make sure such mods are enabled on for this world, and try again. =
Number of entries: %d =
OK =
Open documentation system =