From abb0d07a6f0b085adefce9ef60db0966f1b5af26 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 19 Apr 2017 14:25:45 +0300 Subject: [PATCH] Fixed copy paste issue. --HG-- branch : release --- src/app/valentina/core/vtooloptionspropertybrowser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/valentina/core/vtooloptionspropertybrowser.cpp b/src/app/valentina/core/vtooloptionspropertybrowser.cpp index 8211b299a..d98c30fcc 100644 --- a/src/app/valentina/core/vtooloptionspropertybrowser.cpp +++ b/src/app/valentina/core/vtooloptionspropertybrowser.cpp @@ -2225,7 +2225,7 @@ void VToolOptionsPropertyBrowser::ShowOptionsToolCubicBezier(QGraphicsItem *item AddPropertyParentPointName(i->FirstPointName(), tr("First point:"), AttrPoint1); AddPropertyParentPointName(i->SecondPointName(), tr("Second point:"), AttrPoint2); AddPropertyParentPointName(i->ThirdPointName(), tr("Third point:"), AttrPoint3); - AddPropertyParentPointName(i->ForthPointName(), tr("Third point:"), AttrPoint4); + AddPropertyParentPointName(i->ForthPointName(), tr("Fourth point:"), AttrPoint4); AddPropertyLineColor(i, tr("Color:"), VAbstractTool::ColorsList(), AttrColor); }