Update src/Mod/Points/Gui/Command.cpp

Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
Max Wilfinger
2025-06-30 09:28:46 +02:00
committed by Chris Hennes
parent 4edba0539a
commit 43bcb7205d

View File

@@ -116,7 +116,7 @@ void CmdPointsImport::activated(int iMsg)
msgBox.setIcon(QMessageBox::Question);
msgBox.setWindowTitle(QObject::tr("Points not at Origin"));
msgBox.setText(QObject::tr(
"The Bounding Box of the imported points does not contain the origin. "
"The bounding box of the imported points does not contain the origin. "
"Translate it to the origin?"));
msgBox.setStandardButtons(QMessageBox::Yes | QMessageBox::No);
msgBox.setDefaultButton(QMessageBox::Yes);