Debug: Minor change.

opt-result
Pierre-Antoine 2026-07-09 09:03:11 +02:00
parent ee95f0e89e
commit f2c4285b4c
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
self.debug_action.setToolTip(self._trad["open_debug"])
self.debug_action.triggered.connect(self.open_debug)
self.debug_timer_action = QAction("Debug timer", self)
self.debug_timer_action = QAction("Timers", self)
self.debug_timer_action.setToolTip(self._trad["open_debug_timer"])
self.debug_timer_action.triggered.connect(self.open_debug_timer)