Skip to content

Commit 80ea446

Browse files
committedNov 7, 2017
Make text translatable
1 parent 7724613 commit 80ea446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/expression/qgsexpressionfunction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3454,7 +3454,7 @@ static QVariant fcnRepresentValue( const QVariantList &values, const QgsExpressi
34543454

34553455
if ( index == -1 )
34563456
{
3457-
parent->setEvalErrorString( QStringLiteral( "%1: Field not found %2" ).arg( QStringLiteral( "represent_value" ), fieldName ) );
3457+
parent->setEvalErrorString( QCoreApplication::translate( "expression", "%1: Field not found %2" ).arg( QStringLiteral( "represent_value" ), fieldName ) );
34583458
}
34593459
else
34603460
{

0 commit comments

Comments
 (0)
Please sign in to comment.