Summary: | Inconsistent UI terminology for rectangle/box | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Walker
2007-03-29 19:37:42 UTC
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), |