Summary: | Inconsistent UI terminology for 2DPlot/Plot | ||
---|---|---|---|
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:40:13 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"); |