diff --git a/app/kdevelopui.rc b/app/kdevelopui.rc --- a/app/kdevelopui.rc +++ b/app/kdevelopui.rc @@ -1,5 +1,5 @@ - + @@ -34,9 +34,17 @@ - + + Examine Core File + + + + Attach to Process + + + diff --git a/debuggers/common/midebuggerplugin.cpp b/debuggers/common/midebuggerplugin.cpp --- a/debuggers/common/midebuggerplugin.cpp +++ b/debuggers/common/midebuggerplugin.cpp @@ -71,8 +71,7 @@ QAction * action = new QAction(this); action->setIcon(QIcon::fromTheme("core")); - action->setText(i18n("Examine Core File... (%1)", displayName)); - action->setToolTip(i18n("Examine core file")); + action->setText(i18n("Examine Core File with %1", displayName)); action->setWhatsThis(i18n("Examine core file" "

This loads a core file, which is typically created " "after the application has crashed, e.g. with a " @@ -85,8 +84,7 @@ #if KF5SysGuard_FOUND action = new QAction(this); action->setIcon(QIcon::fromTheme("connect_creating")); - action->setText(i18n("Attach to Process... (%1)", displayName)); - action->setToolTip(i18n("Attach to process")); + action->setText(i18n("Attach to Process with %1", displayName)); action->setWhatsThis(i18n("Attach to process" "

Attaches the debugger to a running process.

")); connect(action, &QAction::triggered, this, &MIDebuggerPlugin::slotAttachProcess); diff --git a/debuggers/gdb/kdevgdbui.rc b/debuggers/gdb/kdevgdbui.rc --- a/debuggers/gdb/kdevgdbui.rc +++ b/debuggers/gdb/kdevgdbui.rc @@ -1,11 +1,14 @@ - + - Run + + + - - + + + diff --git a/debuggers/lldb/kdevlldbui.rc b/debuggers/lldb/kdevlldbui.rc --- a/debuggers/lldb/kdevlldbui.rc +++ b/debuggers/lldb/kdevlldbui.rc @@ -1,14 +1,17 @@ - + - Run + + + - - + + + - - + +