Skip to content

Commit d3e327a

Browse files
authoredSep 29, 2020
Update wording of game descriptions in installer (#10441)
1 parent 4298d95 commit d3e327a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,15 @@ cpack_add_component(Docs
249249

250250
cpack_add_component(SUBGAME_MINETEST_GAME
251251
DISPLAY_NAME "Minetest Game"
252-
DESCRIPTION "The official subgame for the Minetest engine, that can easily extended by mods."
253-
GROUP "Subgames"
252+
DESCRIPTION "The default game bundled in the Minetest engine. Mainly used as a modding base."
253+
GROUP "Games"
254254
)
255255

256256
cpack_add_component(SUBGAME_MINIMAL
257257
DISPLAY_NAME "Development Test"
258-
DESCRIPTION "A minimal test game helping to develop the engine."
258+
DESCRIPTION "A basic testing environment used for engine development and sometimes for testing mods."
259259
DISABLED #DISABLED does not mean it is disabled, and is just not selected by default.
260-
GROUP "Subgames"
260+
GROUP "Games"
261261
)
262262

263263
cpack_add_component_group(Subgames

0 commit comments

Comments
 (0)
Please sign in to comment.