Skip to content

Commit

Permalink
Make text translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 7, 2017
1 parent 7724613 commit 80ea446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/expression/qgsexpressionfunction.cpp
Expand Up @@ -3454,7 +3454,7 @@ static QVariant fcnRepresentValue( const QVariantList &values, const QgsExpressi

if ( index == -1 )
{
parent->setEvalErrorString( QStringLiteral( "%1: Field not found %2" ).arg( QStringLiteral( "represent_value" ), fieldName ) );
parent->setEvalErrorString( QCoreApplication::translate( "expression", "%1: Field not found %2" ).arg( QStringLiteral( "represent_value" ), fieldName ) );
}
else
{
Expand Down

0 comments on commit 80ea446

Please sign in to comment.