Skip to content

Commit

Permalink
Update src/app/qgsappcoordinateoperationhandlers.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
  • Loading branch information
nyalldawson and rouault committed May 13, 2021
1 parent 75eba31 commit 93e48cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsappcoordinateoperationhandlers.cpp
Expand Up @@ -314,7 +314,7 @@ void QgsAppMissingGridHandler::onDynamicToDynamicWarning( const QgsCoordinateRef
return;

const QString shortMessage = tr( "Cannot transform between dynamic CRS at difference coordinate epochs" );
const QString longMessage = tr( "<p>Transformation between %1 and %3 is not currently supported.</p><p><b>The results will be unpredictable and should not be used for high accuracy work.</b>" ).arg( sourceCrs.userFriendlyIdentifier(), destinationCrs.userFriendlyIdentifier() );
const QString longMessage = tr( "<p>Transformation between %1 and %2 is not currently supported.</p><p><b>The results will be unpredictable and should not be used for high accuracy work.</b>" ).arg( sourceCrs.userFriendlyIdentifier(), destinationCrs.userFriendlyIdentifier() );

QgsMessageBar *bar = QgisApp::instance()->messageBar();
QgsMessageBarItem *widget = bar->createMessage( QString(), shortMessage );
Expand Down

0 comments on commit 93e48cf

Please sign in to comment.