Skip to content

Commit

Permalink
Translate debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 23, 2018
1 parent 7cec165 commit eb05f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmdissolve.cpp
Expand Up @@ -219,7 +219,7 @@ QVariantMap QgsDissolveAlgorithm::processAlgorithm( const QVariantMap &parameter
// See: https://issues.qgis.org/issues/20591 - Dissolve tool failing to produce outputs
if ( ! result.lastError().isEmpty() && parts.count() > 2 )
{
feedback->pushDebugInfo( QStringLiteral( "GEOS exception: taking the slower route ..." ) );
feedback->pushDebugInfo( QObject::tr( "GEOS exception: taking the slower route ..." ) );
result = QgsGeometry();
for ( const auto &p : parts )
{
Expand Down

0 comments on commit eb05f0a

Please sign in to comment.