We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 34431bf commit 5d8ef9bCopy full SHA for 5d8ef9b
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