Change label to suspend process

This commit is contained in:
itayc0hen 2019-12-06 10:47:28 +02:00 committed by Itay Cohen
parent f284f9d209
commit a63c3401b6

View File

@ -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