Skip to content

Commit d2d358c

Browse files
kannesnyalldawson
authored andcommittedApr 11, 2022
Remove "geographic" from Point Input description
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.
1 parent c1e631d commit d2d358c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/processing/qgsprocessingparametertypeimpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ class CORE_EXPORT QgsProcessingParameterTypePoint : public QgsProcessingParamete
480480

481481
QString description() const override
482482
{
483-
return QCoreApplication::translate( "Processing", "A geographic point parameter." );
483+
return QCoreApplication::translate( "Processing", "A point parameter." );
484484
}
485485

486486
QString name() const override

0 commit comments

Comments
 (0)
Please sign in to comment.