Russian translation has been fixed

This commit is contained in:
Arin Alexander
2017-06-28 17:15:05 +03:00
parent 36df242787
commit 96c8234872
2 changed files with 213 additions and 182 deletions

View File

@@ -256,7 +256,7 @@ bool ScriptEngineManager::addFunction(const JSFunctionDesc &functionDescriber)
return false;
}
} else {
m_lastError = tr("Function manger with name \"%1\" already exists !");
m_lastError = tr("Function manger with name \"%1\" already exists!");
return false;
}
@@ -433,7 +433,7 @@ QString ScriptEngineManager::expandDataFields(QString context, ExpandType expand
} else {
QString error;
if (reportItem){
error = tr("Field %1 not found in %2 !!! ").arg(field).arg(reportItem->objectName());
error = tr("Field %1 not found in %2!").arg(field).arg(reportItem->objectName());
dataManager()->putError(error);
}
varValue = QVariant();