From kde-commits Thu Sep 30 22:54:01 2010 From: Nicolas Brisset Date: Thu, 30 Sep 2010 22:54:01 +0000 To: kde-commits Subject: branches/work/kst/portto4/kst/src/libkstapp Message-Id: <20100930225401.7CE60AC891 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=128588729628663 SVN commit 1181409 by brisset: Cartesian Render -> Cartesian Plot (the string appears in the GUI) Since other strings no longer appear in the UI (or are defined by the plugins), I am closing the corresponding bug. BUG: 249805 M +1 -1 cartesianrenderitem.cpp --- branches/work/kst/portto4/kst/src/libkstapp/cartesianrenderitem.cpp #1181408:1181409 @@ -23,7 +23,7 @@ CartesianRenderItem::CartesianRenderItem(PlotItem *parentItem) : PlotRenderItem(parentItem) { setType(Cartesian); - setTypeName(tr("Cartesian Render")); + setTypeName(tr("Cartesian Plot")); }