Skip to content

Commit

Permalink
Gui: make checkbox less verbose
Browse files Browse the repository at this point in the history
'Answer' is implied.
  • Loading branch information
luzpaz authored Jan 31, 2025
1 parent 64a4f6e commit 56aefb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ int MainWindow::confirmSave(const char *docName, QWidget *parent, bool addCheckb
box.setDefaultButton(QMessageBox::Save);
box.setEscapeButton(QMessageBox::Cancel);

QCheckBox checkBox(QObject::tr("Apply answer to all"));
QCheckBox checkBox(QObject::tr("Apply to all"));
ParameterGrp::handle hGrp;
if(addCheckbox) {
hGrp = App::GetApplication().GetUserParameter().
Expand Down

0 comments on commit 56aefb3

Please sign in to comment.