Skip to content

Commit fd10515

Browse files
DelazJnyalldawson
authored andcommitted
Fix grammar
(cherry-picked from e07acb3)
1 parent 16bfcff commit fd10515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/processing/qgsalgorithmextractbylocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ void QgsSelectByLocationAlgorithm::initAlgorithm( const QVariantMap & )
210210
{
211211
QStringList methods = QStringList() << QObject::tr( "creating new selection" )
212212
<< QObject::tr( "adding to current selection" )
213-
<< QObject::tr( "select within current selection" )
213+
<< QObject::tr( "selecting within current selection" )
214214
<< QObject::tr( "removing from current selection" );
215215

216216
addParameter( new QgsProcessingParameterVectorLayer( QStringLiteral( "INPUT" ), QObject::tr( "Select features from" ),

0 commit comments

Comments
 (0)