You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setWindowTitle(QString("%1 - %2").arg(Helper::applicationName, tr("Discard Local Translation Flags")));
7067
7067
setMinimumWidth(400);
7068
-
mpDescriptionLabel = newLabel(tr("The global translation flags are changed. The following models have local translation flags. Select which models local translation flags"
7069
-
" you want to discard. Discard means that the simulation settings of the models will be reset as if you closed OMEdit and restarted"
7070
-
" a new session. The new global options will first be applied, and then any further setting saved in the annotations will be applied.\n"
7071
-
"Double click the model to see its existing local translation flags.\n"));
7068
+
mpDescriptionLabel = newLabel(tr("You just changed some global translation flags.\n\n"
7069
+
"The models listed below are currently open and have different local translation flags,"
7070
+
"that were selected with the Simulation Setup dialog.\n\n"
7071
+
"Select the models for which you want to discard the local translation flag and apply the new global flags (*)."
7072
+
"All other models will retain the current local settings until you close OMEdit.\n"));
7073
+
mpDescriptionLabel2 = newLabel(tr("(*) If you discard local settings, the new global settings will first be applied, and then any further settings"
7074
+
"saved in the model annotations will be applied. This is the same behaviour you would get if you closed OMEdit,"
7075
+
"restarted it and reopened all models.\n"));
7072
7076
mpDescriptionLabel->setWordWrap(true);
7077
+
mpDescriptionLabel2->setWordWrap(true);
7073
7078
mpClassesWithLocalTranslationFlagsListWidget = new QListWidget;
0 commit comments