diff options
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helptexts.lua b/helptexts.lua index 4ce084d..289dbda 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -539,13 +539,13 @@ if minetest.get_modpath("doc_basics") then data = { text = S([=[Enabling Creative Mode in Minetest Game applies the following changes: -• You keep the blocks you've placed +• You keep the things you've placed • Creative inventory is available to obtain most items easily • Hand breaks all default blocks • Greatly reduced hand digging time • Greatly increased hand damage • Increased pointing range of hand • Tools don't wear off -• You keep your items when you die, no bones are created]=]) +• When you die, you keep your items and no bones appear]=]) }}) end |