From 9288b7f0797c3f48593609b4177745cb56457146 Mon Sep 17 00:00:00 2001 From: James R Date: Mon, 26 Feb 2024 22:04:18 -0800 Subject: [PATCH] Menus/Accessibility: shorten "Screenshake Strength" to "Screenshake" The longer text doesn't quite fit on screen. --- src/menus/options-profiles-edit-accessibility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menus/options-profiles-edit-accessibility.cpp b/src/menus/options-profiles-edit-accessibility.cpp index 72008807a..8ace78f24 100644 --- a/src/menus/options-profiles-edit-accessibility.cpp +++ b/src/menus/options-profiles-edit-accessibility.cpp @@ -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}, };