Skip to content

Commit 9cbff3a

Browse files
committed
translation string fix
1 parent 8d6f446 commit 9cbff3a

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
@@ -4360,7 +4360,7 @@ const QList<QgsExpressionFunction *> &QgsExpression::Functions()
43604360
}
43614361
else
43624362
{
4363-
parent->setEvalErrorString( tr( "represent_value must be called with exaactly 1 or 2 parameters." ) );
4363+
parent->setEvalErrorString( tr( "represent_value must be called with exactly 1 or 2 parameters." ) );
43644364
return false;
43654365
}
43664366
}

0 commit comments

Comments
 (0)