aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2014-11-24 13:39:25 +0100
committerSamuel Tardieu <sam@rfc1149.net>2014-11-24 13:55:11 +0100
commitaf27186e22bc857aba08282ebb039b4bc6e1039a (patch)
tree06b87ef8a8646524ed0c76d77deb7341cea3f405 /main/res
parenta112fb84cc991084d0554b8360fef59ee8d6e49a (diff)
downloadcgeo-af27186e22bc857aba08282ebb039b4bc6e1039a.zip
cgeo-af27186e22bc857aba08282ebb039b4bc6e1039a.tar.gz
cgeo-af27186e22bc857aba08282ebb039b4bc6e1039a.tar.bz2
Add information explaining what a GCVote password is
Diffstat (limited to 'main/res')
-rw-r--r--main/res/values/strings.xml1
-rw-r--r--main/res/xml/preferences.xml6
2 files changed, 7 insertions, 0 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml
index 02eefa0..c508123 100644
--- a/main/res/values/strings.xml
+++ b/main/res/values/strings.xml
@@ -413,6 +413,7 @@
<string name="settings_activate_oc_uk">Activate</string>
<string name="init_oc_uk_description">Authorize c:geo with opencaching.org.uk to search for caches and access/filter your found caches.</string>
<string name="init_gcvote">GCvote.com</string>
+ <string name="init_gcvote_password_description">To be able to rate a cache, you need to follow the instructions at GCVote.com and enter your GCVote password here.</string>
<string name="init_twitter">Twitter</string>
<string name="settings_activate_twitter">Activate</string>
<string name="init_username">Username</string>
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml
index 362c633..44c357e 100644
--- a/main/res/xml/preferences.xml
+++ b/main/res/xml/preferences.xml
@@ -325,7 +325,13 @@
android:summary="@string/init_summary_ratingwanted"
android:title="@string/init_ratingwanted" />
+ <cgeo.geocaching.settings.TextPreference
+ android:dependency="@string/pref_ratingwanted"
+ android:layout="@layout/text_preference"
+ android:text="@string/init_gcvote_password_description" />
+
<cgeo.geocaching.settings.EditPasswordPreference
+ android:dependency="@string/pref_ratingwanted"
android:dialogTitle="@string/init_password"
android:hint="@string/init_password"
android:imeOptions="actionDone"