summaryrefslogtreecommitdiff
path: root/ui/windows/settings_window.py
diff options
context:
space:
mode:
Diffstat (limited to 'ui/windows/settings_window.py')
-rw-r--r--ui/windows/settings_window.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/windows/settings_window.py b/ui/windows/settings_window.py
index 09b7a1a..a1d9de1 100644
--- a/ui/windows/settings_window.py
+++ b/ui/windows/settings_window.py
@@ -113,9 +113,9 @@ class SettingsWindow(QWidget):
self._dev_chk = QCheckBox()
self._dev_chk.setChecked(self.cfg["developer_mode"])
self._dev_chk.setToolTip(
- "Controls whether the Debug window and each device's Simulation\n"
- "Mode option are available, and enables verbose DEBUG output in\n"
- "the terminal. Off = real-hardware-only, no debug tools."
+ "Controls whether each device's Simulation Mode option is\n"
+ "available, and enables verbose DEBUG output in the terminal.\n"
+ "Off = real-hardware-only, no debug tools."
)
lay.addRow("Developer mode:", self._dev_chk)