D4914: Reorganize "Run" menu
Milian Wolff
noreply at phabricator.kde.org
Sun Mar 5 22:07:22 UTC 2017
mwolff added a comment.
lgtm in principle, but I find it odd that `to` is lower-cased, but `With` is uppercased
INLINE COMMENTS
> midebuggerplugin.cpp:87
> 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("<b>Attach to process</b>"
hm should the To also be upper-cased? can you ask the HIG?
REPOSITORY
R32 KDevelop
REVISION DETAIL
https://phabricator.kde.org/D4914
To: antonanikin, #kdevelop, apol
Cc: mwolff, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20170305/b8ac657d/attachment.html>
More information about the KDevelop-devel
mailing list