mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-09 00:12:56 +00:00
Fix typo in Accessibility menu description
This commit is contained in:
parent
1c8bf6987d
commit
5834f45678
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ menuitem_t OPTIONS_EditProfile[] = {
|
|||
{IT_STRING | IT_CALL, "Controls", "Change the button mappings.",
|
||||
NULL, {.routine = M_ProfileDeviceSelect}, 0, 91},
|
||||
|
||||
{IT_STRING | IT_SUBMENU, "Accessibility", "Acccessibility and quality of life options.",
|
||||
{IT_STRING | IT_SUBMENU, "Accessibility", "Accessibility and quality of life options.",
|
||||
NULL, {.submenu = &OPTIONS_ProfileAccessibilityDef}, 0, 111},
|
||||
|
||||
{IT_STRING | IT_CALL, "Character", NULL, // tooltip set in M_StartEditProfile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue