Fix labels to match Documentation

This commit is contained in:
Gaute Lindkvist 2019-04-15 12:43:19 +02:00
parent a98b1d3494
commit 93f76d9739
2 changed files with 3 additions and 3 deletions

View File

@ -2084,8 +2084,8 @@ void RiaApplication::applyPreferences(const RiaPreferences* oldPreferences)
QMessageBox::StandardButton reply;
reply = QMessageBox::question(m_mainWindow,
QString("Apply %1 to Existing Views?").arg(listString),
QString("You have changed default %1 and have existing views with different settings.\n").arg(listString) +
QString("Apply %1 to Existing Views or Plots?").arg(listString),
QString("You have changed default %1 and have existing views or plots with different settings.\n").arg(listString) +
QString("Do you want to apply the new default settings to all existing views?"),
QMessageBox::Ok | QMessageBox::Cancel);
applySettingsToAllViews = (reply == QMessageBox::Ok);

View File

@ -75,7 +75,7 @@ RiaPreferences::RiaPreferences(void)
CAF_PDM_InitField(&defaultScaleFactorZ, "defaultScaleFactorZ", 5, "Default Z Scale Factor", "", "", "");
CAF_PDM_InitFieldNoDefault(&defaultSceneFontSize, "fontSizeInScene", "Viewer Font", "", "", "");
CAF_PDM_InitFieldNoDefault(&defaultSceneFontSize, "fontSizeInScene", "Viewer Font Size", "", "", "");
CAF_PDM_InitFieldNoDefault(&defaultAnnotationFontSize, "defaultAnnotationFontSize", "Annotation Font Size", "", "", "");
CAF_PDM_InitFieldNoDefault(&defaultWellLabelFontSize, "wellLabelFontSize", "Well Label Font Size", "", "", "");
CAF_PDM_InitFieldNoDefault(&defaultPlotFontSize, "defaultPlotFontSize", "Plot Font Size", "", "", "");