Skip to content

Commit

Permalink
Update qgsunittypes.cpp
Browse files Browse the repository at this point in the history
A possible type founded during Translation
  • Loading branch information
ValPinnaSardinia authored and nyalldawson committed Oct 5, 2024
1 parent f549811 commit 93ce9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsunittypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ QString QgsUnitTypes::toString( Qgis::DistanceUnit unit )
return QObject::tr( "chains (Clarke's)", "distance" );

case Qgis::DistanceUnit::ChainsUSSurvey:
return QObject::tr( "chains (US surver)", "distance" );
return QObject::tr( "chains (US survey)", "distance" );

case Qgis::DistanceUnit::FeetBritish1865:
return QObject::tr( "feet (British, 1865)", "distance" );
Expand Down

0 comments on commit 93ce9bf

Please sign in to comment.