changed spelling

This commit is contained in:
Martchus 2015-09-16 17:32:47 +02:00
parent 2a7e8f14ed
commit d74d901581
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ QJsonObject loadJsonObjectFromResource(const QString &resource, QString *error)
return doc.object();
else {
if(error) {
*error = QStringLiteral("Json doesn't contain a main object.");
*error = QStringLiteral("JSON doesn't contain a main object.");
}
}
} else {