diff --git a/src/app/visualization/vistoolsplinepath.cpp b/src/app/visualization/vistoolsplinepath.cpp
index 0fe4ff474..108f73c54 100644
--- a/src/app/visualization/vistoolsplinepath.cpp
+++ b/src/app/visualization/vistoolsplinepath.cpp
@@ -84,11 +84,11 @@ void VisToolSplinePath::RefreshGeometry()
}
if (path.CountPoint() < 3)
{
- Visualization::toolTip = tr("Curve path: select three or more points");
+ Visualization::toolTip = tr("Curved path: select three or more points");
}
else
{
- Visualization::toolTip = tr("Curve path: select three or more points, "
+ Visualization::toolTip = tr("Curved path: select three or more points, "
"Enter - finish creation");
}
}