aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'main/res')
-rw-r--r--main/res/values/preference_keys.xml2
-rw-r--r--main/res/xml/preferences.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/res/values/preference_keys.xml b/main/res/values/preference_keys.xml
index 26154e5..bc467f0 100644
--- a/main/res/values/preference_keys.xml
+++ b/main/res/values/preference_keys.xml
@@ -37,7 +37,7 @@
<string name="pref_mapsource">mapsource</string>
<string name="pref_mapDirectory">mapDirectory</string>
<string name="pref_renderthemepath">renderthemepath</string>
- <string name="pref_gcshowwaypointsthreshold">gcshowwaypointsthreshold</string>
+ <string name="pref_showwaypointsthreshold">waypointsthreshold</string>
<string name="pref_maptrail">maptrail</string>
<string name="pref_defaultNavigationTool">defaultNavigationTool</string>
<string name="pref_defaultNavigationTool2">defaultNavigationTool2</string>
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml
index a83cae6..7cf3385 100644
--- a/main/res/xml/preferences.xml
+++ b/main/res/xml/preferences.xml
@@ -260,7 +260,7 @@
android:summary="@string/init_showwaypoint_description"
android:selectable="false" />
<cgeo.geocaching.settings.WpThresholdPreference
- android:key="@string/pref_gcshowwaypointsthreshold"
+ android:key="@string/pref_showwaypointsthreshold"
android:layout="@layout/wp_threshold_preference" />
<CheckBoxPreference