diff options
author | paramat <paramat@users.noreply.github.com> | 2018-03-13 01:59:01 +0000 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2018-03-13 03:54:52 +0000 |
commit | 92ca9dda54299a9ccbccf43071f6d44468cac05d (patch) | |
tree | 518e4b7abbabab1ad27e6fe2fa752084357e2cf0 /builtin/settingtypes.txt | |
parent | d57024b7c94d935994695875c542ef71327c1590 (diff) | |
download | minetest-92ca9dda54299a9ccbccf43071f6d44468cac05d.tar.gz minetest-92ca9dda54299a9ccbccf43071f6d44468cac05d.tar.bz2 minetest-92ca9dda54299a9ccbccf43071f6d44468cac05d.zip |
Rename 'subgame' to 'game'
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r-- | builtin/settingtypes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 08e51171f..ff08a2069 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1235,8 +1235,8 @@ curl_file_download_timeout (cURL file download timeout) int 300000 high_precision_fpu (High-precision FPU) bool true # Changes the main menu UI: -# - Full: Multple singleplayer worlds, subgame choice, texture pack chooser, etc. -# - Simple: One singleplayer world, no subgame or texture pack choosers. May be necessary for smaller screens. +# - Full: Multple singleplayer worlds, game choice, texture pack chooser, etc. +# - Simple: One singleplayer world, no game or texture pack choosers. May be necessary for smaller screens. # - Auto: Simple on Android, full on everything else. main_menu_style (Main menu style) enum auto auto,full,simple |