From f91836b34ca62fffc285f3985ff8f1741709e2cc Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Thu, 30 Oct 2025 16:37:29 -0400 Subject: [PATCH] Fix control menu button labels --- src/menus/options-profiles-edit-controls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menus/options-profiles-edit-controls.c b/src/menus/options-profiles-edit-controls.c index 1fc1b914e..77bd5f591 100644 --- a/src/menus/options-profiles-edit-controls.c +++ b/src/menus/options-profiles-edit-controls.c @@ -39,10 +39,10 @@ menuitem_t OPTIONS_ProfileControls[] = { {IT_CONTROL, "Brake / Go back", "Brake / Go back", "TLB_X", {.routine = M_ProfileSetControl}, gc_x, 0}, - {IT_CONTROL, "Ring Bail", "Ring Bail / Burst", + {IT_CONTROL, "Ring Bail", "Ring Bail / Burst / Time Attack Quick Restart", "TLB_Y", {.routine = M_ProfileSetControl}, gc_y, 0}, - {IT_CONTROL, "Action", "Quick-vote / Quick-chat / Time Attack Quick Restart", + {IT_CONTROL, "Action", "Quick Vote / Advance Dialogue", "TLB_Z", {.routine = M_ProfileSetControl}, gc_z, 0}, {IT_CONTROL, "Use Item", "Use item",