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")); }