D27584: Umbrello add tooltips for UML elements
Yuri Chornoivan
noreply at phabricator.kde.org
Sun Feb 23 09:09:43 GMT 2020
yurchor added a comment.
Thanks in advance for fixing these minor issues.
INLINE COMMENTS
> componentwidget.cpp:47
> + setToolTip(i18n("<b>Component</b>"
> + "<p>A component is a code module. Component diagrams are physical"
> + "analogs of a class diagram.</p>"));
Missing space after "physical".
> objectnodewidget.cpp:202
> + case ObjectNodeWidget::Normal :
> + setToolTip(i18n("<b>Object Node<b>"
> + "<p>A node is a run-time physical object that "
Typo:
> <b>Object Node<b>
should be
> <b>Object Node</b>
> objectnodewidget.cpp:210
> + case ObjectNodeType::Buffer :
> + setToolTip(i18n("<b>Buffer Object Node<b>"));
> + break;
Typo:
> <b>Buffer Object Node<b>
should be
> <b>Buffer Object Node</b>
> objectnodewidget.cpp:213
> + case ObjectNodeWidget::Data :
> + setToolTip(i18n("<b>Data Object Node<b>"));
> + break;
Typo:
> <b>Data Object Node<b>
should be
> <b>Data Object Node</b>
> objectnodewidget.cpp:216
> + case Flow:
> + setToolTip(i18n("<b>Flow Object Node<b>"
> + "<p>A variety of control flow that represents "
Typo:
> <b>Flow Object Node<b>
should be
> <b>Flow Object Node</b>
> objectnodewidget.cpp:219
> + "the relationship between an object and the "
> + "object, operation, or transition that creates"
> + "it (as an output) or uses it (as an input).</p>"));
Missing space after "creates".
REPOSITORY
R139 Umbrello
REVISION DETAIL
https://phabricator.kde.org/D27584
To: jhayes, habacker, yurchor
Cc: yurchor, ltoscano, kde-doc-english, umbrello-devel, jhayes, vanderbilt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/umbrello-devel/attachments/20200223/c64eb20c/attachment-0001.html>
More information about the umbrello-devel
mailing list