mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-19 02:48:49 +00:00
Change label to suspend process
This commit is contained in:
parent
f284f9d209
commit
a63c3401b6
@ -47,7 +47,7 @@ DebugActions::DebugActions(QToolBar *toolBar, MainWindow *main) :
|
|||||||
QString stepLabel = tr("Step");
|
QString stepLabel = tr("Step");
|
||||||
QString stepOverLabel = tr("Step over");
|
QString stepOverLabel = tr("Step over");
|
||||||
QString stepOutLabel = tr("Step out");
|
QString stepOutLabel = tr("Step out");
|
||||||
suspendLabel = tr("Suspend the process");
|
suspendLabel = tr("Suspend process");
|
||||||
continueLabel = tr("Continue");
|
continueLabel = tr("Continue");
|
||||||
|
|
||||||
// define actions
|
// define actions
|
||||||
|
Loading…
Reference in New Issue
Block a user