forked from Mirrorlandia_minetest/minetest
Update wording of game descriptions in installer (#10441)
This commit is contained in:
parent
4298d95b16
commit
d3e327a853
@ -249,15 +249,15 @@ cpack_add_component(Docs
|
|||||||
|
|
||||||
cpack_add_component(SUBGAME_MINETEST_GAME
|
cpack_add_component(SUBGAME_MINETEST_GAME
|
||||||
DISPLAY_NAME "Minetest Game"
|
DISPLAY_NAME "Minetest Game"
|
||||||
DESCRIPTION "The official subgame for the Minetest engine, that can easily extended by mods."
|
DESCRIPTION "The default game bundled in the Minetest engine. Mainly used as a modding base."
|
||||||
GROUP "Subgames"
|
GROUP "Games"
|
||||||
)
|
)
|
||||||
|
|
||||||
cpack_add_component(SUBGAME_MINIMAL
|
cpack_add_component(SUBGAME_MINIMAL
|
||||||
DISPLAY_NAME "Development Test"
|
DISPLAY_NAME "Development Test"
|
||||||
DESCRIPTION "A minimal test game helping to develop the engine."
|
DESCRIPTION "A basic testing environment used for engine development and sometimes for testing mods."
|
||||||
DISABLED #DISABLED does not mean it is disabled, and is just not selected by default.
|
DISABLED #DISABLED does not mean it is disabled, and is just not selected by default.
|
||||||
GROUP "Subgames"
|
GROUP "Games"
|
||||||
)
|
)
|
||||||
|
|
||||||
cpack_add_component_group(Subgames
|
cpack_add_component_group(Subgames
|
||||||
|
Loading…
Reference in New Issue
Block a user