This commit is contained in:
Nav
2022-08-30 02:05:43 +01:00
parent 2ae3786130
commit 590c6ecb33
3 changed files with 9 additions and 7 deletions

View File

@@ -220,7 +220,7 @@ namespace Bloom
if (!jsonSettingsFile.open(QIODevice::ReadWrite | QIODevice::Truncate | QIODevice::Text)) {
throw Exception(
"failed to open/create settings file (" + projectSettingsPath + "). Check file permissions."
"Failed to open/create settings file (" + projectSettingsPath + "). Check file permissions."
);
}