From a63c3401b662d2db7ba7e807419752c834c726b8 Mon Sep 17 00:00:00 2001 From: itayc0hen Date: Fri, 6 Dec 2019 10:47:28 +0200 Subject: [PATCH] Change label to suspend process --- src/widgets/DebugActions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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