summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-15 13:45:01 +0100
committerWuzzy <almikes@aol.com>2016-12-15 13:45:01 +0100
commit0b985b1ba76085b767cb1e3799540d288d836db7 (patch)
tree3da56d2dba5cf1b720a277cd9d6f1d5fc5d9e248 /init.lua
parent5e36c89ffa8c6792401724a85574d542dcbed728 (diff)
Minor hidden entry text rewrite
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 0b6e379..64371ad 100644
--- a/init.lua
+++ b/init.lua
@@ -759,7 +759,7 @@ function doc.formspec_error_hidden(category_id, entry_id)
formstring = formstring .. minetest.formspec_escape(
DOC_INTRO .. "\n\n" ..
S("Error: Access denied.") .. "\n\n" ..
- S("Access to the requested entry has been denied; this entry is secret. You may unlock access by more playing. Figure out on your own how to unlock this entry."))
+ S("Access to the requested entry has been denied; this entry is secret. You may unlock access by progressing in the game. Figure out on your own how to unlock this entry."))
formstring = formstring .. ";]button_exit[3,5;2,1;okay;"..F("OK").."]"
return formstring
end
@@ -900,7 +900,7 @@ function doc.formspec_category(id, playername)
if total >= 1 then
local revealed = doc.get_revealed_count(playername, id)
if revealed == 0 then
- formstring = formstring .. "label[0,0.5;"..F("Currently all entries in this category are hidden from you.\nUnlock new entries by proceeding in the game.").."]"
+ formstring = formstring .. "label[0,0.5;"..F("Currently all entries in this category are hidden from you.\nUnlock new entries by progressing in the game.").."]"
formstring = formstring .. "button[0,1.5;3,1;doc_button_goto_main;"..F("Go to category list").."]"
else
formstring = formstring .. "label[0,0.5;"..F("This category has the following entries:").."]"