diff options
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r-- | res/xml/preferences.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index b1b560c6..bad2574b 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -4,8 +4,8 @@ android:title="General"> <CheckBoxPreference android:key="grant_new_contacts" - android:title="Grant presence updates" - android:summary="Preemptively grant and ask for presence subscription for contacts you created" + android:title="@string/pref_grant_presence_updates" + android:summary="@string/pref_grant_presence_updates_summary" android:defaultValue="true" /> <ListPreference |