From 900daaacbff495bf21913bc04187f7e00837a5a4 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 3 Nov 2016 19:44:09 +0100 Subject: Update no category warning --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') 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 -- cgit v1.2.3