From 18ce02da9c7e2a309d418073fe5e38f912be9ef1 Mon Sep 17 00:00:00 2001
From: infiniteCable <75014343+infiniteCable@users.noreply.github.com>
Date: Fri, 11 Apr 2025 23:37:48 +0200
Subject: [PATCH] Update settings.cc
---
selfdrive/ui/qt/offroad/settings.cc | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc
index 7378090c1..2fe1adc8e 100644
--- a/selfdrive/ui/qt/offroad/settings.cc
+++ b/selfdrive/ui/qt/offroad/settings.cc
@@ -46,15 +46,13 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) {
{
"EnableDisturbanceCorrection",
tr("Enable Disturbance Correction"),
- tr("Correct external disturbances such as gusts of wind. (distinguishable short term events)
"
- "Switching has no effect while onroad.
"),
+ tr("Correct external disturbances such as gusts of wind. (distinguishable short term events)
"),
"../assets/img_chffr_wheel.png",
},
{
"EnableSmoothSteer",
tr("Enable Steer Smoothing"),
- tr("Enables S-curving on lateral control for smoother steering
"
- "Switching has no effect while onroad.
"),
+ tr("Enables S-curving on lateral control for smoother steering
"),
"../assets/img_chffr_wheel.png",
},
{