[Kst] [Bug 143598] Inconsistent UI terminology for rectangle/box
netterfield at astro.utoronto.ca
netterfield at astro.utoronto.ca
Sat Mar 31 00:42:01 CEST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=143598
netterfield astro utoronto ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From netterfield astro utoronto ca 2007-03-31 00:41 -------
SVN commit 648297 by netterfield:
Rectangle -> box.
Approved by George.
BUG: 143598
M +3 -3 kst.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kst.cpp #648296:648297
@ -766,13 +766,13 @
_tiedZoomAction->setWhatsThis(i18n("Apply zoom actions to all plots\n"
"(not just the active one)."));
- _gfxRectangleAction = new KRadioAction(i18n("&Rectangle"), "kst_gfx_rectangle",
+ _gfxRectangleAction = new KRadioAction(i18n("&Box"), "kst_gfx_rectangle",
KShortcut(Key_F8),
this, SLOT(toggleMouseMode()),
actionCollection(), "rectangle_action");
_gfxRectangleAction->setExclusiveGroup("gfx");
- _gfxRectangleAction->setToolTip(i18n("Draw rectangle"));
- _gfxRectangleAction->setWhatsThis(i18n("Draw rectangle"));
+ _gfxRectangleAction->setToolTip(i18n("Draw box"));
+ _gfxRectangleAction->setWhatsThis(i18n("Draw box"));
_gfxEllipseAction = new KRadioAction(i18n("&Ellipse"), "kst_gfx_ellipse",
KShortcut(Key_F9),
More information about the Kst
mailing list