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 16bfcff commit fd10515Copy full SHA for fd10515
src/analysis/processing/qgsalgorithmextractbylocation.cpp
@@ -210,7 +210,7 @@ void QgsSelectByLocationAlgorithm::initAlgorithm( const QVariantMap & )
210
{
211
QStringList methods = QStringList() << QObject::tr( "creating new selection" )
212
<< QObject::tr( "adding to current selection" )
213
- << QObject::tr( "select within current selection" )
+ << QObject::tr( "selecting within current selection" )
214
<< QObject::tr( "removing from current selection" );
215
216
addParameter( new QgsProcessingParameterVectorLayer( QStringLiteral( "INPUT" ), QObject::tr( "Select features from" ),
0 commit comments