Skip to content

Commit

Permalink
Remove "geographic" from Point Input description
Browse files Browse the repository at this point in the history
The resulting coordinate is in the CRS of the clicked canvas and includes the information about the CRS. It is not necessarily a geographic (lon/lat) point.
  • Loading branch information
kannes authored and nyalldawson committed Apr 11, 2022
1 parent c1e631d commit d2d358c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/processing/qgsprocessingparametertypeimpl.h
Expand Up @@ -480,7 +480,7 @@ class CORE_EXPORT QgsProcessingParameterTypePoint : public QgsProcessingParamete

QString description() const override
{
return QCoreApplication::translate( "Processing", "A geographic point parameter." );
return QCoreApplication::translate( "Processing", "A point parameter." );
}

QString name() const override
Expand Down

0 comments on commit d2d358c

Please sign in to comment.