[Kst] [Bug 143599] Inconsistent UI terminology for 2DPlot/Plot

George Staikos staikos at kde.org
Fri Mar 30 20:19:49 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=143599         
staikos kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From staikos kde org  2007-03-30 20:19 -------
SVN commit 648190 by staikos:

GUI: switch to "Plot" from 2DPlot
Reviewed by Barth
BUG: 143599



 M  +1 -1      kst.cpp  


--- trunk/extragear/graphics/kst/src/libkstapp/kst.cpp #648189:648190
 @ -790,7 +790,7  @
   _gfxPictureAction->setToolTip(i18n("Insert picture"));
   _gfxPictureAction->setWhatsThis(i18n("Insert picture"));
   
-  _gfx2DPlotAction = new KRadioAction(i18n("&2DPlot"), "kst_newplot",
+  _gfx2DPlotAction = new KRadioAction(i18n("&Plot"), "kst_newplot",
                                    KShortcut(CTRL+Key_2),
                                    this, SLOT(toggleMouseMode()),
                                    actionCollection(), "2dplot_action");


More information about the Kst mailing list