From 13ecc929d2eac96e2d1aec9c562d59647bb77ef7 Mon Sep 17 00:00:00 2001 From: infiniteCable2 Date: Wed, 3 Sep 2025 21:13:53 +0200 Subject: [PATCH] Update settings.cc --- selfdrive/ui/qt/offroad/settings.cc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index 970b4d4c8..7d9639ef2 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/selfdrive/ui/qt/offroad/settings.cc @@ -20,21 +20,21 @@ InfiniteCableTogglesPanel::InfiniteCableTogglesPanel(SettingsWindow *parent) : L std::vector> toggle_defs{ { "EnableCurvatureController", - tr("VW MEB: Curvature Correction"), + tr("VW MEB: Lateral Correction (Recommended)"), tr("Enables curvature PID post-processing additionally to QFK curvature offset
"), "../assets/icons/chffr_wheel.png", false, }, { "EnableSpeedLimitControl", - tr("VW MEB: Enable Speed Limit Control"), + tr("VW MEB: Speed Limit Control"), tr("Enables setting maximum speed by speed limit detection
"), "../assets/icons/speed_limit.png", false, }, { "EnableSpeedLimitPredicative", - tr("VW MEB: Enable Predicative Speed Limit"), + tr("VW MEB: Predicative Speed Limit"), tr("Enables setting predicative speed limit
"), "../assets/icons/speed_limit.png", false, @@ -42,13 +42,13 @@ InfiniteCableTogglesPanel::InfiniteCableTogglesPanel(SettingsWindow *parent) : L { "BatteryDetails", tr("VW MEB: Display Battery Details"), - tr("Enable battery details panel."), + tr("Display battery detail panel"), "../assets/icons/capslock-fill.png", false, }, { "EnableSmoothSteer", - tr("Enable Steer Smoothing"), + tr("Steer Smoothing"), tr("Enables S-curving on lateral control for smoother steering
"), "../assets/icons/chffr_wheel.png", false, @@ -56,14 +56,14 @@ InfiniteCableTogglesPanel::InfiniteCableTogglesPanel(SettingsWindow *parent) : L { "DarkMode", tr("Dark Mode"), - tr("Force brightness to a minimal value."), + tr("Force brightness to a minimal value"), "../assets/icons/eye_closed.png", false, }, { "DisableScreenTimer", - tr("Onroad screen timeout"), - tr("the onroad screen is turned of after 10 seconds. It will be temporarily enabled on alerts."), + tr("Onroad Screen Timeout"), + tr("the onroad screen is turned of after 10 seconds. It will be temporarily enabled on alerts"), "../assets/icons/eye_closed.png", false, },