mirror of https://gitlab.com/pamhyr/pamhyr2
Debug: Minor change.
parent
ee95f0e89e
commit
f2c4285b4c
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue