summaryrefslogtreecommitdiff
path: root/src/port/ui/ImguiUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/ui/ImguiUI.cpp')
-rw-r--r--src/port/ui/ImguiUI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp
index b2330021..f20e7ca2 100644
--- a/src/port/ui/ImguiUI.cpp
+++ b/src/port/ui/ImguiUI.cpp
@@ -481,8 +481,8 @@ void DrawEnhancementsMenu() {
.tooltip = "Restores the beta coin that got replaced with the gold ring"
});
- UIWidgets::CVarCheckbox("Beta: Restore old boost/brake gauge", "gRestoreOldBoostGauge", {
- .tooltip = "Restores the old boost gauge that was seen in some beta footage"
+ UIWidgets::CVarCheckbox("Beta: Restore beta boost/brake gauge", "gRestoreBetaBoostGauge", {
+ .tooltip = "Restores the beta boost gauge that was seen in some beta footage"
});
ImGui::EndMenu();