We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 7cec165 commit eb05f0aCopy full SHA for eb05f0a
src/analysis/processing/qgsalgorithmdissolve.cpp
@@ -219,7 +219,7 @@ QVariantMap QgsDissolveAlgorithm::processAlgorithm( const QVariantMap ¶meter
219
// See: https://issues.qgis.org/issues/20591 - Dissolve tool failing to produce outputs
220
if ( ! result.lastError().isEmpty() && parts.count() > 2 )
221
{
222
- feedback->pushDebugInfo( QStringLiteral( "GEOS exception: taking the slower route ..." ) );
+ feedback->pushDebugInfo( QObject::tr( "GEOS exception: taking the slower route ..." ) );
223
result = QgsGeometry();
224
for ( const auto &p : parts )
225
0 commit comments