Text changes

p4#: 21187
This commit is contained in:
Magne Sjaastad 2013-04-09 07:52:34 +02:00
parent 2a6fce1d64
commit 812aee9be4

View File

@ -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);