Menus/Accessibility: shorten "Screenshake Strength" to "Screenshake"

The longer text doesn't quite fit on screen.
This commit is contained in:
James R 2024-02-26 22:04:18 -08:00
parent b48924f539
commit 9288b7f079

View file

@ -117,7 +117,7 @@ menuitem_t OPTIONS_ProfileAccessibility[] = {
{IT_STRING | IT_CVAR, "Reduce Effects", "If overwhelmed, hide less-important particle cues.",
NULL, {.cvar = &cv_reducevfx}, 0, 0},
{IT_STRING | IT_CVAR, "Screenshake Strength", "Adjust shake intensity from hazards and offroad.",
{IT_STRING | IT_CVAR, "Screenshake", "Adjust shake intensity from hazards and offroad.",
NULL, {.cvar = &cv_screenshake}, 0, 0},
};