forked from teamnwah/openmw-tes3coop
Fix incorrect error message
This commit is contained in:
parent
3747843c92
commit
325d208b4a
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ bool Launcher::MainDialog::writeSettings()
|
|||
catch (std::exception& e) {
|
||||
std::string msg = "<br><b>Error writing settings.cfg</b><br><br>" +
|
||||
settingsPath + "<br><br>" + e.what();
|
||||
cfgError(tr("Error reading OpenMW configuration file"), tr(msg.c_str()));
|
||||
cfgError(tr("Error writing user settings file"), tr(msg.c_str()));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue