diff options
author | Bananeweizen <bananeweizen@gmx.de> | 2013-02-23 09:46:21 +0100 |
---|---|---|
committer | Bananeweizen <bananeweizen@gmx.de> | 2013-02-23 09:46:21 +0100 |
commit | 83ed7aedf7d60a2677e0fff5d5dd2e37c5c85edf (patch) | |
tree | 124285625e9a5b418d675f838dc1fcf4b40d578a /main/src/cgeo/geocaching/sorting | |
parent | 0e19dff6f0683af27bf008b041e985cc313867cf (diff) | |
download | cgeo-83ed7aedf7d60a2677e0fff5d5dd2e37c5c85edf.zip cgeo-83ed7aedf7d60a2677e0fff5d5dd2e37c5c85edf.tar.gz cgeo-83ed7aedf7d60a2677e0fff5d5dd2e37c5c85edf.tar.bz2 |
fix #2493: Replace "GC-Code" by "Geocode"
Diffstat (limited to 'main/src/cgeo/geocaching/sorting')
-rw-r--r-- | main/src/cgeo/geocaching/sorting/GeocodeComparator.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/sorting/GeocodeComparator.java b/main/src/cgeo/geocaching/sorting/GeocodeComparator.java index 412649a..fff26c6 100644 --- a/main/src/cgeo/geocaching/sorting/GeocodeComparator.java +++ b/main/src/cgeo/geocaching/sorting/GeocodeComparator.java @@ -5,8 +5,8 @@ import cgeo.geocaching.Geocache; import org.apache.commons.lang3.StringUtils; /** - * sorts caches by GC code, therefore effectively sorting by cache age - * + * sorts caches by geo code, therefore effectively sorting by cache age + * */ public class GeocodeComparator extends AbstractCacheComparator { |