From 61d987f630237c079a4c13b7d40b8a5b46a062c9 Mon Sep 17 00:00:00 2001 From: Brett Sanderson Date: Tue, 5 Apr 2022 18:07:28 -0400 Subject: [PATCH] UI: improved disengage on gas toggle description (#24132) * Update settings.cc Should be depressed as standard in automotive industry. Pressed implies state change from down -> up, depressed means the state is down * Update selfdrive/ui/qt/offroad/settings.cc Co-authored-by: Adeeb Shihadeh --- selfdrive/ui/qt/offroad/settings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index 4fde627341..23a040dd56 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/selfdrive/ui/qt/offroad/settings.cc @@ -68,7 +68,7 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) { { "DisengageOnAccelerator", "Disengage On Accelerator Pedal", - "When enabled, openpilot will disengage when the accelerator pedal is pressed.", + "When enabled, pressing the accelerator pedal will disengage openpilot.", "../assets/offroad/icon_disengage_on_accelerator.svg", }, #ifdef ENABLE_MAPS