Init simulator display field, shorter text, typo

This commit is contained in:
Klaus Basan
2018-08-27 16:39:01 +02:00
parent d320f590b4
commit 0db1683aa3
3 changed files with 5 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ namespace BlackGui
bool loadOnlyIfNotEmpty = true;
if (m_modelsDialog->getOwnModelsCount() > 0)
{
const QMessageBox::StandardButton reply = QMessageBox::warning(this->mainWindow(), "Model loading", "Reload the models?\nThe xisting cache data will we overridden.", QMessageBox::Yes | QMessageBox::No);
const QMessageBox::StandardButton reply = QMessageBox::warning(this->mainWindow(), "Model loading", "Reload the models?\nThe existing cache data will we overridden.", QMessageBox::Yes | QMessageBox::No);
if (reply == QMessageBox::Yes) { loadOnlyIfNotEmpty = false; }
}
m_modelsDialog->requestModelsInBackground(simulator, loadOnlyIfNotEmpty);