diff --git a/src/app/dialogs/tools/dialogpointofintersection.cpp b/src/app/dialogs/tools/dialogpointofintersection.cpp index 4474e067e..c3b4dc425 100644 --- a/src/app/dialogs/tools/dialogpointofintersection.cpp +++ b/src/app/dialogs/tools/dialogpointofintersection.cpp @@ -100,7 +100,7 @@ void DialogPointOfIntersection::ChosenObject(quint32 id, const SceneObject &type switch (number) { case 0: - if (SetObject(id, ui->comboBoxFirstPoint, tr("Select point horizontally"))) + if (SetObject(id, ui->comboBoxFirstPoint, tr("Select point for Y value (horizontal)"))) { number++; line->VisualMode(id); diff --git a/src/app/mainwindow.cpp b/src/app/mainwindow.cpp index f6fc6b4c8..973045e3c 100644 --- a/src/app/mainwindow.cpp +++ b/src/app/mainwindow.cpp @@ -658,7 +658,7 @@ void MainWindow::ToolPointOfIntersection(bool checked) { SetToolButtonWithApply(checked, Tool::PointOfIntersection, ":/cursor/pointofintersect_cursor.png", - tr("Select point vertically"), + tr("Select point for X value (vertical)"), &MainWindow::ClosedDialogWithApply, &MainWindow::ApplyDialog); } diff --git a/src/app/mainwindow.ui b/src/app/mainwindow.ui index 176d9e371..2850c4796 100644 --- a/src/app/mainwindow.ui +++ b/src/app/mainwindow.ui @@ -229,7 +229,7 @@ false - Tool to make point from x & y of two other points. + 'Point from X and Y of two other points. ...