summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorparamat <paramat@users.noreply.github.com>2018-03-13 01:59:01 +0000
committerparamat <mat.gregory@virginmedia.com>2018-03-13 03:54:52 +0000
commit92ca9dda54299a9ccbccf43071f6d44468cac05d (patch)
tree518e4b7abbabab1ad27e6fe2fa752084357e2cf0 /doc
parentd57024b7c94d935994695875c542ef71327c1590 (diff)
downloadminetest-92ca9dda54299a9ccbccf43071f6d44468cac05d.tar.gz
minetest-92ca9dda54299a9ccbccf43071f6d44468cac05d.tar.bz2
minetest-92ca9dda54299a9ccbccf43071f6d44468cac05d.zip
Rename 'subgame' to 'game'
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt4
-rw-r--r--doc/minetest.62
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index fe23fbe64..1f9401453 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -67,8 +67,8 @@ The game directory can contain the following files:
In the same format as the one in builtin.
This settingtypes.txt will be parsed by the menu and the settings will be
displayed in the "Games" category in the advanced settings tab.
-* If the subgame contains a folder called `textures` the server will load it
- as a texturepack, overriding mod textures.
+* If the game contains a folder called `textures` the server will load it as a
+ texturepack, overriding mod textures.
Any server texturepack will override mod textures and the game texturepack.
### Menu images
diff --git a/doc/minetest.6 b/doc/minetest.6
index a135e541c..50b085de0 100644
--- a/doc/minetest.6
+++ b/doc/minetest.6
@@ -96,7 +96,7 @@ Display an interactive terminal over ncurses during execution.
.SH ENVIRONMENT
.TP
.B MINETEST_SUBGAME_PATH
-Colon delimited list of directories to search for subgames.
+Colon delimited list of directories to search for games.
.SH BUGS
Please report all bugs to Perttu Ahola <celeron55@gmail.com>.