Rename Reproject to Reproject point cloud, fixes #63255

This commit is contained in:
Anita Graser 2025-09-18 21:23:00 +02:00 committed by GitHub
parent 5ed3275ada
commit 32d51dd789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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