diff --git a/src/View/MainWindow.py b/src/View/MainWindow.py index f112ccdf..f7d32b92 100644 --- a/src/View/MainWindow.py +++ b/src/View/MainWindow.py @@ -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)