Skip to content

Commit

Permalink
translation string fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 3, 2017
1 parent 8d6f446 commit 9cbff3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/expression/qgsexpressionfunction.cpp
Expand Up @@ -4360,7 +4360,7 @@ const QList<QgsExpressionFunction *> &QgsExpression::Functions()
}
else
{
parent->setEvalErrorString( tr( "represent_value must be called with exaactly 1 or 2 parameters." ) );
parent->setEvalErrorString( tr( "represent_value must be called with exactly 1 or 2 parameters." ) );
return false;
}
}
Expand Down

0 comments on commit 9cbff3a

Please sign in to comment.