MeshPart: "Trim by plane" -> "Trim With Plane" (#23361)

* MeshPart: "Trim by plane" -> "Trim With Plane"

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Roy-043
2025-08-26 00:39:25 +02:00
committed by GitHub
parent a52a130a03
commit 314d66593c

View File

@@ -101,8 +101,8 @@ void CmdMeshPartTrimByPlane::activated(int)
QMessageBox msgBox(Gui::getMainWindow());
msgBox.setIcon(QMessageBox::Question);
msgBox.setWindowTitle(qApp->translate("MeshPart_TrimByPlane", "Trim by plane"));
msgBox.setText(qApp->translate("MeshPart_TrimByPlane", "Select the side to keep."));
msgBox.setWindowTitle(qApp->translate("MeshPart_TrimByPlane", "Trim With Plane"));
msgBox.setText(qApp->translate("MeshPart_TrimByPlane", "Select the side to keep"));
QPushButton* inner =
msgBox.addButton(qApp->translate("MeshPart_TrimByPlane", "Below"), QMessageBox::ActionRole);
QPushButton* outer =