From 598a91039b146711c4796d28b5c7a2c3f7bdf70e Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Sun, 22 Sep 2024 16:12:44 -0700 Subject: [PATCH] Change help text for descriptiveinput --- src/menus/options-hud-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menus/options-hud-1.c b/src/menus/options-hud-1.c index 2d94830ec..a977881d5 100644 --- a/src/menus/options-hud-1.c +++ b/src/menus/options-hud-1.c @@ -39,7 +39,7 @@ menuitem_t OPTIONS_HUD[] = {IT_SPACE | IT_NOTHING, NULL, NULL, NULL, {NULL}, 0, 0}, - {IT_STRING | IT_CVAR, "Use Button Names", "Show button/key names in help text? When off, show Saturn buttons.", + {IT_STRING | IT_CVAR, "Use Button Names", "Choose which controller prompts to show. \"Emulator\" = ignore your mapped controls.", NULL, {.cvar = &cv_descriptiveinput}, 0, 0}, {IT_SPACE | IT_NOTHING, NULL, NULL,