We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617ee8c commit ed40e52Copy full SHA for ed40e52
src/core/qgssearchtreenode.cpp
@@ -249,7 +249,7 @@ bool QgsSearchTreeNode::checkAgainst(const QgsAttributeMap& attributes)
249
// in what format should they be?
250
if (value1.isNumeric() || value2.isNumeric())
251
{
252
- mError = QObject::tr("Regular expressions on numeric values don't make sense. Use comparison insted.");
+ mError = QObject::tr("Regular expressions on numeric values don't make sense. Use comparison instead.");
253
return false;
254
}
255
0 commit comments