diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 64a085cd9e0..81c657345bc 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -1501,8 +1501,8 @@ void DebuggerPluginPrivate::updatePresetState() m_startAction.setVisible(false); QString currentDisplayName = currentEngine->displayName(); - m_interruptAction.setToolTip(tr("Interrupt \"%1\"").arg(currentDisplayName)); - m_continueAction.setToolTip(tr("Continue \"%1\"").arg(currentDisplayName)); + m_interruptAction.setToolTip(tr("Interrupt %1").arg(currentDisplayName)); + m_continueAction.setToolTip(tr("Continue %1").arg(currentDisplayName)); m_debugWithoutDeployAction.setEnabled(canRun);