Skip to content

Commit fa71e4d

Browse files
committedNov 1, 2018
Move to vector general group
1 parent 4dd3e21 commit fa71e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/analysis/processing/qgsalgorithmremoveduplicatesbyattribute.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ QStringList QgsRemoveDuplicatesByAttributeAlgorithm::tags() const
3636

3737
QString QgsRemoveDuplicatesByAttributeAlgorithm::group() const
3838
{
39-
return QObject::tr( "Vector selection" );
39+
return QObject::tr( "Vector general" );
4040
}
4141

4242
QString QgsRemoveDuplicatesByAttributeAlgorithm::groupId() const
4343
{
44-
return QStringLiteral( "vectorselection" );
44+
return QStringLiteral( "vectorgeneral" );
4545
}
4646

4747
void QgsRemoveDuplicatesByAttributeAlgorithm::initAlgorithm( const QVariantMap & )

0 commit comments

Comments
 (0)