Skip to content

Commit

Permalink
Update src/core/qgsmaplayer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Pellerin <nirvn.asia@gmail.com>
  • Loading branch information
nyalldawson and nirvn committed May 11, 2021
1 parent 8aba877 commit ee022ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsmaplayer.cpp
Expand Up @@ -2196,7 +2196,7 @@ QString QgsMapLayer::crsHtmlMetadata() const
// dynamic crs with no epoch?
if ( c.isDynamic() && std::isnan( c.coordinateEpoch() ) )
{
accuracyString = tr( "Based on a dynamic CRS, but no coordinate epoch is set! Coordinates are ambiguous and of limited accuracy." );
accuracyString = tr( "Based on a dynamic CRS, but no coordinate epoch is set. Coordinates are ambiguous and of limited accuracy." );
}

// based on datum ensemble?
Expand Down

0 comments on commit ee022ba

Please sign in to comment.