Skip to content

Commit

Permalink
[processing] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Aug 13, 2018
1 parent 70dcc33 commit c515a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/processing/qgsprocessingutils.cpp
Expand Up @@ -851,6 +851,6 @@ bool QgsProcessingFeatureSink::addFeatures( QgsFeatureIterator &iterator, QgsFea
{
bool result = !QgsProxyFeatureSink::addFeatures( iterator, flags );
if ( !result )
mContext.feedback()->reportError( QObject::tr( "Features could not be written to %2" ).arg( mSinkName ) );
mContext.feedback()->reportError( QObject::tr( "Features could not be written to %1" ).arg( mSinkName ) );
return result;
}

0 comments on commit c515a66

Please sign in to comment.