diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-01-04 23:29:56 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-01-04 23:29:56 -0300 |
| commit | 0f8e848232d1ec418cda0e7b6af478f9bb9114d6 (patch) | |
| tree | 733884eda39289cdb077fb5e1414e44dd503ce6e /src/port/ui/ImguiUI.cpp | |
| parent | a53ed5f49addf1c65ddd7c9b1ec46b9688020476 (diff) | |
correction
Diffstat (limited to 'src/port/ui/ImguiUI.cpp')
| -rw-r--r-- | src/port/ui/ImguiUI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp index 49fe8e2f..ed9616fc 100644 --- a/src/port/ui/ImguiUI.cpp +++ b/src/port/ui/ImguiUI.cpp @@ -473,8 +473,8 @@ void DrawEnhancementsMenu() { .tooltip = "Restores the beta coin that got replaced with the gold ring" }); - UIWidgets::CVarCheckbox("Beta: Restore old boost gauge", "gRestoreOldBoostGauge", { - .tooltip = "Restores the old boost gauge that was seen on some beta footage" + UIWidgets::CVarCheckbox("Beta: Restore old boost/brake gauge", "gRestoreOldBoostGauge", { + .tooltip = "Restores the old boost gauge that was seen in some beta footage" }); ImGui::EndMenu(); |
