aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorBananeweizen <Bananeweizen@gmx.de>2013-07-31 16:37:12 +0200
committerBananeweizen <Bananeweizen@gmx.de>2013-07-31 16:37:12 +0200
commit18e9b61de309dac0e09b73017bd604707487562c (patch)
treeb520c2a29593bf49107fdacc96ab4fe8e6cb5999 /main
parent12fde50559c844312df90d05f77f45e4e98064d9 (diff)
downloadcgeo-18e9b61de309dac0e09b73017bd604707487562c.zip
cgeo-18e9b61de309dac0e09b73017bd604707487562c.tar.gz
cgeo-18e9b61de309dac0e09b73017bd604707487562c.tar.bz2
fix #3083: have explanation at the navigation menu settings
Diffstat (limited to 'main')
-rw-r--r--main/res/values/strings.xml1
-rw-r--r--main/res/xml/preferences.xml7
2 files changed, 7 insertions, 1 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml
index 84932ee..6259a14 100644
--- a/main/res/values/strings.xml
+++ b/main/res/values/strings.xml
@@ -486,6 +486,7 @@
<string name="init_default_navigation_tool_description">Here you can select your preferred navigation tool.</string>
<string name="init_default_navigation_tool_select">Select tool</string>
<string name="init_default_navigation_tool_2_description">Here you can select your second preferred navigation tool. Activate it by long pressing the navigation icon next to the title of the cache.</string>
+ <string name="init_navigation_menu_description">Here you can select which of the available navigation methods will be shown in the navigation menu for a cache or waypoint. Disabled tools are not installed on this device.</string>
<string name="init_debug_title">Debug information</string>
<string name="init_debug_note">c:geo can generate a lot of debugging information. While this information is generally not useful for c:geo users, developers may need you to generate this information in order to analyze a bug. In this case, they will ask you to check the box below and send them the resulting log file.</string>
<string name="init_debug">Activate debug log</string>
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml
index f421e9e..a83cae6 100644
--- a/main/res/xml/preferences.xml
+++ b/main/res/xml/preferences.xml
@@ -370,7 +370,12 @@
<PreferenceCategory
android:title="@string/settings_title_navigation_menu" >
- <PreferenceScreen
+
+ <cgeo.geocaching.settings.TextPreference
+ android:layout="@layout/text_preference"
+ android:text="@string/init_navigation_menu_description" />
+
+ <PreferenceScreen
android:title="@string/settings_title_navigation_menu"
android:key="@string/pref_fakekey_navigation_menu_screen" >
<CheckBoxPreference