diff --git a/src/widgets/DebugActions.cpp b/src/widgets/DebugActions.cpp index 6669e0a2..82349eca 100644 --- a/src/widgets/DebugActions.cpp +++ b/src/widgets/DebugActions.cpp @@ -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