]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Update wording of game descriptions in installer (#10441)
authorLoneWolfHT <lonewolf04361@gmail.com>
Tue, 29 Sep 2020 17:39:36 +0000 (10:39 -0700)
committerGitHub <noreply@github.com>
Tue, 29 Sep 2020 17:39:36 +0000 (19:39 +0200)
CMakeLists.txt

index fec9709d4b7b33e36c1325b2a0210f28e73f54cd..31f548be734ca05c948e104e7b4fa0ca96829433 100644 (file)
@@ -249,15 +249,15 @@ cpack_add_component(Docs
 
 cpack_add_component(SUBGAME_MINETEST_GAME
        DISPLAY_NAME "Minetest Game"
-       DESCRIPTION "The official subgame for the Minetest engine, that can easily extended by mods."
-       GROUP "Subgames"
+       DESCRIPTION "The default game bundled in the Minetest engine. Mainly used as a modding base."
+       GROUP "Games"
 )
 
 cpack_add_component(SUBGAME_MINIMAL
        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.
-       GROUP "Subgames"
+       GROUP "Games"
 )
 
 cpack_add_component_group(Subgames