Debugger: Fix capitalization

Amends aed3eee06a

Change-Id: I8b23d4ff2613b4ac0873acc7b960419bf1363814
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2024-10-07 16:19:31 +02:00
parent 355daa4d99
commit 3feb6351d3

View File

@@ -510,7 +510,7 @@ public:
QAction m_abortAction{Tr::tr("Abort Debugging")};
QAction m_stepIntoAction{Tr::tr("Step Into")};
QAction m_stepOutAction{Tr::tr("Step Out")};
QAction m_toggleEnableBreakpointsAction{Tr::tr("Disable all Breakpoints")};
QAction m_toggleEnableBreakpointsAction{Tr::tr("Disable All Breakpoints")};
QAction m_runToLineAction{Tr::tr("Run to Line")}; // In the debug menu
QAction m_runToSelectedFunctionAction{Tr::tr("Run to Selected Function")};
QAction m_jumpToLineAction{Tr::tr("Jump to Line")};