Fixed wrong title in vtooloptionspropertybrowser for curve intersect axis tool.

--HG--
branch : develop
This commit is contained in:
Felix ulber 2015-02-03 12:21:01 +01:00
parent e1283c410e
commit 278c4e7ee8

View file

@ -1165,7 +1165,7 @@ void VToolOptionsPropertyBrowser::ShowOptionsToolCurveIntersectAxis(QGraphicsIte
{
VToolCurveIntersectAxis *i = qgraphicsitem_cast<VToolCurveIntersectAxis *>(item);
i->ShowVisualization(true);
formView->setTitle(tr("Point intersection line and axis"));
formView->setTitle(tr("Point intersection curve and axis"));
AddPropertyPointName(i, tr("Point label"));
AddPropertyLineType(i, tr("Line type"), VAbstractTool::LineStylesPics());