mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Text changes
p4#: 21187
This commit is contained in:
parent
2a6fce1d64
commit
812aee9be4
@ -1035,7 +1035,7 @@ bool RimUiTreeView::userConfirmedGridCaseGroupChange(const QModelIndex & itemInd
|
||||
|
||||
QMessageBox msgBox(mainWnd);
|
||||
msgBox.setIcon(QMessageBox::Question);
|
||||
msgBox.setText("The destination case group has existing statistic results, and these results will be deleted if you continue");
|
||||
msgBox.setText("This operation will invalidate statistics results. These results will be deleted if you continue.");
|
||||
msgBox.setInformativeText("Do you want to continue?");
|
||||
msgBox.setStandardButtons(QMessageBox::Yes | QMessageBox::No);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user