Replace occurences of minetest_game with Minetest Game in customize.html

This commit is contained in:
Calinou 2016-03-30 22:45:48 +02:00
parent 87b8ef9bc2
commit 9a88fa5e24

View File

@ -12,7 +12,7 @@ redirect_from:
<h1 id="subgames">Subgames</h1> <h1 id="subgames">Subgames</h1>
<p> <p>
<a href="http://wiki.minetest.net/Subgames">Subgames</a> form a foundation for the game. Different subgames have different objectives such as survival, building, or player vs. player. <a href="http://wiki.minetest.net/Subgames">Subgames</a> form a foundation for the game. Different subgames have different objectives such as survival, building, or player vs. player.
Usually Minetest comes with minetest_game, which supplies the default items. Usually Minetest comes with Minetest Game, which supplies the default items.
</p> </p>
<h2>Popular subgames</h2> <h2>Popular subgames</h2>
@ -36,7 +36,7 @@ More subgames are available <a href="https://forum.minetest.net/viewforum.php?f=
</p> </p>
<p> <p>
All content in the game, including tools, blocks, and items, are added to the game using Lua mod plugins. Minetest comes with a collection of these plugins by default in a set called minetest_game. All content in the game, including tools, blocks, and items, are added to the game using Lua mod plugins. Minetest comes with a collection of these plugins by default in a set called Minetest Game.
</p> </p>
<p> <p>