Update src/Mod/Points/Gui/Command.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
committed by
Chris Hennes
parent
4edba0539a
commit
43bcb7205d
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user