From 73a5500b0e0fca7c4e6878c03798cb97f14d161d Mon Sep 17 00:00:00 2001 From: toaster Date: Wed, 2 Aug 2023 18:48:22 +0100 Subject: [PATCH] Full stops for game speed/difficulty descriptions, for consistency --- src/menus/play-local-race-difficulty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menus/play-local-race-difficulty.c b/src/menus/play-local-race-difficulty.c index d9c00994e..4055cd3b8 100644 --- a/src/menus/play-local-race-difficulty.c +++ b/src/menus/play-local-race-difficulty.c @@ -7,11 +7,11 @@ menuitem_t PLAY_RaceDifficulty[] = { // For GP - {IT_STRING | IT_CVAR, "Difficulty", "Select the game difficulty", + {IT_STRING | IT_CVAR, "Difficulty", "Select the game difficulty.", "MENUI004", {.cvar = &cv_dummygpdifficulty}, 0, 0}, // Match Race - {IT_STRING | IT_CVAR, "Difficulty", "Select the game speed", + {IT_STRING | IT_CVAR, "Difficulty", "Select the game speed.", "MENUI005", {.cvar = &cv_dummykartspeed}, 0, 0}, // DISABLE THAT OPTION OUTSIDE OF MATCH RACE