aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/enumerations/CacheSize.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/enumerations/CacheSize.java')
-rw-r--r--main/src/cgeo/geocaching/enumerations/CacheSize.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/enumerations/CacheSize.java b/main/src/cgeo/geocaching/enumerations/CacheSize.java
index c0de75b..9b0a559 100644
--- a/main/src/cgeo/geocaching/enumerations/CacheSize.java
+++ b/main/src/cgeo/geocaching/enumerations/CacheSize.java
@@ -20,7 +20,7 @@ public enum CacheSize {
VIRTUAL("virtual", 0, R.string.cache_size_virtual),
NOT_CHOSEN("not chosen", 0, R.string.cache_size_notchosen),
OTHER("other", 0, R.string.cache_size_other),
- UNKNOWN("unknown", 0, R.string.err_unknown); // CacheSize not init. yet
+ UNKNOWN("unknown", 0, R.string.cache_size_unknown); // CacheSize not init. yet
public final String id;
public final int comparable;