aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/res/values-da/strings.xml2
-rw-r--r--main/res/values-de/strings.xml2
-rw-r--r--main/res/values-fr/strings.xml2
-rw-r--r--main/res/values-nb/strings.xml2
-rw-r--r--main/res/values-nl/strings.xml2
-rw-r--r--main/res/values-sv/strings.xml2
-rw-r--r--main/src/cgeo/geocaching/enumerations/CacheType.java2
7 files changed, 7 insertions, 7 deletions
diff --git a/main/res/values-da/strings.xml b/main/res/values-da/strings.xml
index 5d95f1d..42b05e1 100644
--- a/main/res/values-da/strings.xml
+++ b/main/res/values-da/strings.xml
@@ -28,7 +28,7 @@
<string name="lostfound">Lost &amp; found-cache</string>
<string name="ape">Project ape-cache</string>
<string name="gchq">Groundspeak hq</string>
- <string name="gps">GPS cache-udstilling</string>
+ <string name="gps">GPS adventures-udstilling</string>
<!-- waypoints -->
<string name="wp_final">Mål</string>
diff --git a/main/res/values-de/strings.xml b/main/res/values-de/strings.xml
index 1445663..e4431bc 100644
--- a/main/res/values-de/strings.xml
+++ b/main/res/values-de/strings.xml
@@ -32,7 +32,7 @@
<string name="lostfound">Lost &amp; Found</string>
<string name="ape">Project Ape-Cache</string>
<string name="gchq">Groundspeak HQ</string>
- <string name="gps">GPS Cache Exhibit</string>
+ <string name="gps">GPS Adventures Exhibit</string>
<string name="block">Groundspeak Block Party</string>
<string name="unknown">Unbekannter Typ</string>
diff --git a/main/res/values-fr/strings.xml b/main/res/values-fr/strings.xml
index 2101afb..d22512f 100644
--- a/main/res/values-fr/strings.xml
+++ b/main/res/values-fr/strings.xml
@@ -26,7 +26,7 @@
<string name="lostfound">Perdues &amp; trouvées</string>
<string name="ape">Project ape cache</string>
<string name="gchq">Groundspeak hq</string>
- <string name="gps">GPS cache exhibit</string>
+ <string name="gps">GPS adventures exhibit</string>
<string name="block">Fête locale Groundspeak</string>
<string name="unknown">Type inconnu</string>
<string name="cache_size_micro">micro</string>
diff --git a/main/res/values-nb/strings.xml b/main/res/values-nb/strings.xml
index 01c01a3..b2ff47b 100644
--- a/main/res/values-nb/strings.xml
+++ b/main/res/values-nb/strings.xml
@@ -29,7 +29,7 @@
<string name="lostfound">Lost &amp; found</string>
<string name="ape">Prosjekt A.P.E. cache</string>
<string name="gchq">Groundspeak hovedkvarter</string>
- <string name="gps">GPS cache</string>
+ <string name="gps">GPS adventures exhibit</string>
<!-- waypoints -->
<string name="wp_final">Sluttpunkt</string>
diff --git a/main/res/values-nl/strings.xml b/main/res/values-nl/strings.xml
index 5545c5c..d5ea62a 100644
--- a/main/res/values-nl/strings.xml
+++ b/main/res/values-nl/strings.xml
@@ -32,7 +32,7 @@
<string name="lostfound">Lost &amp; found</string>
<string name="ape">Project ape cache</string>
<string name="gchq">Groundspeak hq</string>
- <string name="gps">Gps cache exhibit</string>
+ <string name="gps">Gps adventures exhibit</string>
<string name="unknown">Onbekend type</string>
<!-- cache sizes -->
diff --git a/main/res/values-sv/strings.xml b/main/res/values-sv/strings.xml
index 645b227..b8c858c 100644
--- a/main/res/values-sv/strings.xml
+++ b/main/res/values-sv/strings.xml
@@ -32,7 +32,7 @@
<string name="lostfound">Lost &amp; found</string>
<string name="ape">Projekt APE cache</string>
<string name="gchq">Groundspeak HQ</string>
- <string name="gps">GPS cache utställning</string>
+ <string name="gps">GPS adventures utställning</string>
<string name="block">Groundspeak Gatufest</string>
<string name="unknown">Okänd typ</string>
diff --git a/main/src/cgeo/geocaching/enumerations/CacheType.java b/main/src/cgeo/geocaching/enumerations/CacheType.java
index 8dbadfd..f8daa39 100644
--- a/main/src/cgeo/geocaching/enumerations/CacheType.java
+++ b/main/src/cgeo/geocaching/enumerations/CacheType.java
@@ -28,7 +28,7 @@ public enum CacheType {
LOSTANDFOUND("lostfound", "Lost & Found", "3ea6533d-bb52-42fe-b2d2-79a3424d4728", R.string.lostfound, R.drawable.type_event), // icon missing
PROJECT_APE("ape", "Project Ape Cache", "2555690d-b2bc-4b55-b5ac-0cb704c0b768", R.string.ape, R.drawable.type_ape),
GCHQ("gchq", "Groundspeak HQ", "416f2494-dc17-4b6a-9bab-1a29dd292d8c", R.string.gchq, R.drawable.type_hq),
- GPS_EXHIBIT("gps", "GPS Cache Exhibit", "72e69af2-7986-4990-afd9-bc16cbbb4ce3", R.string.gps, R.drawable.type_traditional), // icon missing
+ GPS_EXHIBIT("gps", "GPS Adventures Exhibit", "72e69af2-7986-4990-afd9-bc16cbbb4ce3", R.string.gps, R.drawable.type_traditional), // icon missing
BLOCK_PARTY("block", "Groundspeak Block Party", "bc2f3df2-1aab-4601-b2ff-b5091f6c02e3", R.string.block, R.drawable.type_event), // icon missing
UNKNOWN("unknown", "unknown", "", R.string.unknown, R.drawable.type_unknown),
/** No real cache type -> filter */