mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-24 20: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 {
|
} else {
|
||||||
QString error;
|
QString error;
|
||||||
if (reportItem){
|
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);
|
dataManager()->putError(error);
|
||||||
}
|
}
|
||||||
varValue = QVariant();
|
varValue = QVariant();
|
||||||
|
Loading…
Reference in New Issue
Block a user