Fix typo.
--HG-- branch : release
This commit is contained in:
parent
605d4ae085
commit
2858122d9d
|
@ -144,7 +144,7 @@ VToolTriangle* VToolTriangle::Create(VToolTriangleInitData initData)
|
||||||
|
|
||||||
if (not success)
|
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);
|
.arg(initData.name);
|
||||||
qApp->IsPedantic() ? throw VExceptionObjectError(errorMsg) : qWarning() << errorMsg;
|
qApp->IsPedantic() ? throw VExceptionObjectError(errorMsg) : qWarning() << errorMsg;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user