From f2c4285b4ccbb355da10459a66b557202d13e41f Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Thu, 9 Jul 2026 09:03:11 +0200 Subject: [PATCH] Debug: Minor change. --- src/View/MainWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)