From 83ed7aedf7d60a2677e0fff5d5dd2e37c5c85edf Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sat, 23 Feb 2013 09:46:21 +0100 Subject: fix #2493: Replace "GC-Code" by "Geocode" --- main/src/cgeo/geocaching/sorting/GeocodeComparator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/src/cgeo/geocaching/sorting/GeocodeComparator.java') 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 { -- cgit v1.1