mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 08:29:07 +03:00
Russian translation has been fixed
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user