Fix typo.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2018-09-02 19:51:00 +03:00
parent 605d4ae085
commit 2858122d9d

View file

@ -144,7 +144,7 @@ VToolTriangle* VToolTriangle::Create(VToolTriangleInitData initData)
if (not success)
{
const QString errorMsg = tr("Error calculating point '%1'. Point of intersection cannot be finded")
const QString errorMsg = tr("Error calculating point '%1'. Point of intersection cannot be found")
.arg(initData.name);
qApp->IsPedantic() ? throw VExceptionObjectError(errorMsg) : qWarning() << errorMsg;
}