From 0b985b1ba76085b767cb1e3799540d288d836db7 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 15 Dec 2016 13:45:01 +0100 Subject: Minor hidden entry text rewrite --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.lua') 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:").."]" -- cgit v1.2.3