diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-06-01 08:48:38 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-06-01 08:48:38 +0200 |
| commit | c45b94dacc18e706c82ecddda5bf51c9a418d79d (patch) | |
| tree | 5a883a6e42734d8969b5e0c65830c8be394f2a2e /main/src/cgeo/geocaching/maps/CGeoMap.java | |
| parent | 389ee49aee785305c588185216824f3c4ea64fee (diff) | |
| download | cgeo-c45b94dacc18e706c82ecddda5bf51c9a418d79d.zip cgeo-c45b94dacc18e706c82ecddda5bf51c9a418d79d.tar.gz cgeo-c45b94dacc18e706c82ecddda5bf51c9a418d79d.tar.bz2 | |
#2725: Feature-Request: Circles on the map only around physical stages
Diffstat (limited to 'main/src/cgeo/geocaching/maps/CGeoMap.java')
| -rw-r--r-- | main/src/cgeo/geocaching/maps/CGeoMap.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/maps/CGeoMap.java b/main/src/cgeo/geocaching/maps/CGeoMap.java index 97c4b7e..0ddaa75 100644 --- a/main/src/cgeo/geocaching/maps/CGeoMap.java +++ b/main/src/cgeo/geocaching/maps/CGeoMap.java @@ -86,7 +86,7 @@ public class CGeoMap extends AbstractMap implements OnMapDragListener, ViewFacto /** max. number of caches displayed in the Live Map */ public static final int MAX_CACHES = 500; - /** Controls the behaviour of the map */ + /** Controls the behavior of the map */ public enum MapMode { /** Live Map */ LIVE, |
