[Kst] extragear/graphics/kst/src/libkstapp

Barth Netterfield netterfield at astro.utoronto.ca
Sat Mar 31 00:41:47 CEST 2007


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