Fix typo.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-10-25 19:12:06 +03:00
parent 06eb7c3b75
commit 6ca4abd8fd

View file

@ -1323,7 +1323,7 @@ void VPattern::ParseToolLineIntersect(VMainGraphicsScene *scene, const QDomEleme
}
catch (const VExceptionBadId &e)
{
VExceptionObjectError excep(tr("Error creating or updating point of lineintersection"), domElement);
VExceptionObjectError excep(tr("Error creating or updating point of line intersection"), domElement);
excep.AddMoreInformation(e.ErrorMessage());
throw excep;
}