diff --git a/src/analysis/processing/pdal/qgsalgorithmpdalreproject.cpp b/src/analysis/processing/pdal/qgsalgorithmpdalreproject.cpp index 726b2167de7..e0ca56beaf9 100644 --- a/src/analysis/processing/pdal/qgsalgorithmpdalreproject.cpp +++ b/src/analysis/processing/pdal/qgsalgorithmpdalreproject.cpp @@ -29,7 +29,7 @@ QString QgsPdalReprojectAlgorithm::name() const QString QgsPdalReprojectAlgorithm::displayName() const { - return QObject::tr( "Reproject" ); + return QObject::tr( "Reproject point cloud" ); } QString QgsPdalReprojectAlgorithm::group() const