Skip to content

Commit

Permalink
Merge pull request #51369 from tudorbarascu/swapcoordstags
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 4, 2023
2 parents f4d2f27 + 63940d0 commit d13a7b7
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 d13a7b7

Please sign in to comment.