mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
Make error message translatable
This commit is contained in:
parent
aa554b2e5a
commit
0c1e7202ee
@ -1276,7 +1276,7 @@ QVariant QgsExpressionNodeColumnRef::evalNode( QgsExpression *parent, const QgsE
|
||||
return feature.attribute( mName );
|
||||
}
|
||||
}
|
||||
parent->setEvalErrorString( QStringLiteral( "Column '%1' not found" ).arg( mName ) );
|
||||
parent->setEvalErrorString( tr( "Column '%1' not found" ).arg( mName ) );
|
||||
return QVariant();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user