mGUI: Add better description of the fastForwardMute option

This commit is contained in:
Vicki Pfau 2025-02-09 16:27:34 -08:00
parent 55f21cd951
commit fc14b4b0da
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ void mGUIShowConfig(struct mGUIRunner* runner, struct GUIMenuItem* extra, size_t
.nStates = 2
};
*GUIMenuItemListAppend(&menu.items) = (struct GUIMenuItem) {
.title = "Fast forward mute",
.title = "Mute while fast forwarding",
.data = GUI_V_S("fastForwardMute"),
.submenu = 0,
.state = false,