mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +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 stepOverLabel = tr("Step over");
|
||||
QString stepOutLabel = tr("Step out");
|
||||
suspendLabel = tr("Suspend the process");
|
||||
suspendLabel = tr("Suspend process");
|
||||
continueLabel = tr("Continue");
|
||||
|
||||
// define actions
|
||||
|
Loading…
Reference in New Issue
Block a user