Translate debug message

This commit is contained in:
Alessandro Pasotti 2018-11-23 14:03:44 +01:00
parent 7cec165cc9
commit eb05f0a272

View File

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