mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-24 16:44:39 +03:00
QString -> tr
This commit is contained in:
parent
aa040e8031
commit
4c6c0dfd3b
@ -568,7 +568,7 @@ QString ScriptEngineManager::expandDataFields(QString context, ExpandType expand
|
||||
} else {
|
||||
QString error;
|
||||
if (reportItem){
|
||||
error = QString("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();
|
||||
|
Loading…
Reference in New Issue
Block a user