diff options
| -rw-r--r-- | main/res/values/strings.xml | 1 | ||||
| -rw-r--r-- | main/res/xml/preferences.xml | 6 |
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" |
