diff options
Diffstat (limited to 'main/src/cgeo/geocaching/geopoint/GeopointFormatter.java')
-rw-r--r-- | main/src/cgeo/geocaching/geopoint/GeopointFormatter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java b/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java index 0b3df05..c706e77 100644 --- a/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java +++ b/main/src/cgeo/geocaching/geopoint/GeopointFormatter.java @@ -23,7 +23,7 @@ public class GeopointFormatter /** Example: "N 10° 12.345 W 5° 12.345" */ LAT_LON_DECMINUTE_RAW, - /** Example: "N 10° 12' 34" W 5° 12' 34"" */ + /** Example: "N 10° 12' 34" W 5° 12' 34" */ LAT_LON_DECSECOND, /** Example: "-0.123456" (unlocalized latitude) */ |