diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2014-04-14 02:38:21 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2014-04-14 02:38:21 +0200 |
commit | 3727b90ce12edc40b635f548684773a32d31321e (patch) | |
tree | f0662ca78cfa659556c9f88516699d95335f61ef | |
parent | cc977eee9094b4c006fc56d87772a11c7ac11a08 (diff) |
Fix typo: Preemptivly -> Preemptively.
-rw-r--r-- | res/xml/preferences.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 7339565e..2202a6df 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -5,7 +5,7 @@ <CheckBoxPreference android:key="grant_new_contacts" android:title="Grant presence updates" - android:summary="Preemptivly grant and ask for presence subscription for contacts you created" + android:summary="Preemptively grant and ask for presence subscription for contacts you created" android:defaultValue="true" /> <ListPreference |