diff --git a/MapControl/Shared/Wgs84AutoTmProjection.cs b/MapControl/Shared/Wgs84AutoTmProjection.cs
index 8aa283e8..2f216efb 100644
--- a/MapControl/Shared/Wgs84AutoTmProjection.cs
+++ b/MapControl/Shared/Wgs84AutoTmProjection.cs
@@ -2,7 +2,7 @@
{
///
/// WGS84 Auto Transverse Mercator Projection - AUTO2:42002.
- /// The CentralMeridian is automatically set to the projection's Center.Longitude.
+ /// CentralMeridian is automatically set to Center.Longitude.
///
public class Wgs84AutoTmProjection : TransverseMercatorProjection
{
diff --git a/MapControl/Shared/Wgs84AutoUtmProjection.cs b/MapControl/Shared/Wgs84AutoUtmProjection.cs
index be711d5b..8f65b162 100644
--- a/MapControl/Shared/Wgs84AutoUtmProjection.cs
+++ b/MapControl/Shared/Wgs84AutoUtmProjection.cs
@@ -4,7 +4,7 @@ namespace MapControl
{
///
/// WGS84 Universal Transverse Mercator Projection - AUTO2:42002.
- /// Zone and Hemisphere are automatically selected from the projection's Center.
+ /// Zone and Hemisphere are automatically set according to the projection's Center.
/// If the CRS identifier passed to the constructor is null or empty, appropriate
/// values from EPSG:32601 to EPSG:32660 and EPSG:32701 to EPSG:32760 are used.
///