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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user