Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use correct title for Merge Features dialog
Fixes #32206
  • Loading branch information
nyalldawson committed Mar 16, 2021
1 parent c8223b9 commit 3e09ce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -10036,6 +10036,7 @@ void QgisApp::mergeSelectedFeatures()

//merge the attributes together
QgsMergeAttributesDialog d( featureList, vl, mapCanvas() );
d.setWindowTitle( tr( "Merge Features" ) );
if ( d.exec() == QDialog::Rejected )
{
return;
Expand Down

0 comments on commit 3e09ce1

Please sign in to comment.