From 44951e2f8681707fc66fd4276c9e2fc6b8948e2c Mon Sep 17 00:00:00 2001 From: toaster Date: Wed, 3 Apr 2024 01:19:23 +0100 Subject: [PATCH] Adjust the menu descriptions for Character Voices and Follower Horns --- src/menus/options-sound.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menus/options-sound.cpp b/src/menus/options-sound.cpp index b5a5a8014..5bb1d6843 100644 --- a/src/menus/options-sound.cpp +++ b/src/menus/options-sound.cpp @@ -279,10 +279,10 @@ menuitem_t OPTIONS_Sound[] = {IT_STRING | IT_CVAR, "Chat Notifications", "Play a sound effect when chat messages appear.", NULL, {.cvar = &cv_chatnotifications}, 0, 0}, - {IT_STRING | IT_CVAR, "Character Voices", "How often to play character voices in a round.", + {IT_STRING | IT_CVAR, "Character Voices", "Characters speak when interacting on the course.", NULL, {.cvar = &cv_kartvoices}, 0, 0}, - {IT_STRING | IT_CVAR, "Follower Horns", "How often to play follower horns in a round.", + {IT_STRING | IT_CVAR, "Follower Horns", "Followers taunt your opponents when looking back at them.", NULL, {.cvar = &cv_karthorns}, 0, 0}, {IT_STRING | IT_CVAR, "Continuous Attack Music", "Keep music playing seamlessly when retrying in Attack modes.",