Skip to content

Commit

Permalink
[georeferencer] Fix message successful georeferencing message
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored Nov 15, 2023
1 parent 1adc420 commit c46f6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/georeferencer/qgsgeorefmainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ void QgsGeoreferencerMainWindow::postProcessGeoreferencedLayer( const QString &l
saveGCPs();
}

mMessageBar->pushMessage( tr( "Georeference Successful" ), tr( "Raster was successfully georeferenced." ), Qgis::MessageLevel::Success );
mMessageBar->pushMessage( tr( "Georeference Successful" ), tr( "%1 was successfully georeferenced." ).arg( qgsEnumValueToKey( type ) ), Qgis::MessageLevel::Success );
if ( mLoadInQgis )
{
switch ( type )
Expand Down

0 comments on commit c46f6bf

Please sign in to comment.