File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,8 @@ QString QgsFilterVerticesAlgorithmBase::shortHelpString() const
42
42
" the maximum value.\n\n "
43
43
" If the minimum value is not specified than only the maximum value is tested, "
44
44
" and similarly if the maximum value is not specified than only the minimum value is tested.\n\n "
45
- " The resultant geometries created by this algorithm may not be valid "
46
- " and may need to be run through the \" Repair geometries\" algorithm to ensure "
47
- " their validity." ).arg ( componentString () );
45
+ " Depending on the input geometry attributes and the filters used, "
46
+ " the resultant geometries created by this algorithm may no longer be valid." ).arg ( componentString () );
48
47
}
49
48
50
49
QList<int > QgsFilterVerticesAlgorithmBase::inputLayerTypes () const
You can’t perform that action at this time.
0 commit comments