Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix grammar
  • Loading branch information
DelazJ authored and nyalldawson committed Jul 24, 2018
1 parent 1ac5e29 commit e07acb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmextractbylocation.cpp
Expand Up @@ -210,7 +210,7 @@ void QgsSelectByLocationAlgorithm::initAlgorithm( const QVariantMap & )
{
QStringList methods = QStringList() << QObject::tr( "creating new selection" )
<< QObject::tr( "adding to current selection" )
<< QObject::tr( "select within current selection" )
<< QObject::tr( "selecting within current selection" )
<< QObject::tr( "removing from current selection" );

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

0 comments on commit e07acb3

Please sign in to comment.