Version: HEAD (using KDE KDE 3.5.1) Installed from: Compiled From Sources OS: Linux PROBLEM: The rectangle/box object is referred to as a rectangle in the Graphics Mode menu but is referred to as a Box in the Edit Box dialog. The terminology should be consistent.
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),