Skip to content

Commit

Permalink
improve tag for swapxy alg
Browse files Browse the repository at this point in the history
  • Loading branch information
tudorbarascu committed Jan 4, 2023
1 parent f4d2f27 commit 63940d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmswapxy.cpp
Expand Up @@ -32,7 +32,7 @@ QString QgsSwapXYAlgorithm::displayName() const

QStringList QgsSwapXYAlgorithm::tags() const
{
return QObject::tr( "invert,flip,swap,latitude,longitude" ).split( ',' );
return QObject::tr( "invert,flip,swap,switch,latitude,longitude" ).split( ',' );
}

QString QgsSwapXYAlgorithm::group() const
Expand Down

0 comments on commit 63940d0

Please sign in to comment.