Bug 143599 - Inconsistent UI terminology for 2DPlot/Plot
Summary: Inconsistent UI terminology for 2DPlot/Plot
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-29 19:40 UTC by Andrew Walker
Modified: 2007-03-30 20:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Walker 2007-03-29 19:40:13 UTC
Version:           HEAD (using KDE KDE 3.5.1)
Installed from:    Compiled From Sources
OS:                Linux

PROBLEM:

The 2DPlot/Plot object is referred to as a 2DPlot in the Graphics Mode menu
but is referred to as a Plot in the Edit Plot dialog.

The terminology should be consistent.
Comment 1 George Staikos 2007-03-30 20:19:49 UTC
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");