Skip to content

Commit

Permalink
Update src/gui/qgsrelationeditorwidget.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
  • Loading branch information
signedav and m-kuhn committed May 12, 2020
1 parent a4e5401 commit 9cb3c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsrelationeditorwidget.cpp
Expand Up @@ -762,7 +762,7 @@ void QgsRelationEditorWidget::deleteFeatures( const QgsFeatureIds &featureids )
feedbackMessage += tr( " %1 on layer %2." ).arg( context.handledFeatures( contextLayer ).size() ).arg( contextLayer->name() );
deletedCount += context.handledFeatures( contextLayer ).size();
}
mEditorContext.mainMessageBar()->pushMessage( tr( "%1 features deleted: %2" ).arg( deletedCount ).arg( feedbackMessage ), Qgis::Success );
mEditorContext.mainMessageBar()->pushMessage( tr( "%1 features deleted:%2" ).arg( deletedCount ).arg( feedbackMessage ), Qgis::Success );
}

updateUi();
Expand Down

0 comments on commit 9cb3c74

Please sign in to comment.