From 32d51dd78993357b6f31d563fabe82f1ecdc1561 Mon Sep 17 00:00:00 2001 From: Anita Graser Date: Thu, 18 Sep 2025 21:23:00 +0200 Subject: [PATCH] Rename Reproject to Reproject point cloud, fixes #63255 --- src/analysis/processing/pdal/qgsalgorithmpdalreproject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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