mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
translation string fix
This commit is contained in:
parent
bc1b549653
commit
a521332020
@ -191,7 +191,7 @@ void QgsConcaveHullAlgorithm::concaveHullQgis( std::unique_ptr< QgsFeatureSink >
|
||||
const QgsProcessingAlgorithm *delaunayAlg = QgsApplication::processingRegistry()->algorithmById( QStringLiteral( "native:delaunaytriangulation" ) );
|
||||
if ( !delaunayAlg )
|
||||
{
|
||||
feedback->reportError( QObject::tr( "Failed to compute concave hull: Delaunay triangualation algorithm not found!" ), true );
|
||||
feedback->reportError( QObject::tr( "Failed to compute concave hull: Delaunay triangulation algorithm not found!" ), true );
|
||||
}
|
||||
std::unique_ptr< QgsProcessingAlgorithm > algorithm;
|
||||
algorithm.reset( delaunayAlg->create() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user