diff options
author | Yorke Lee <yorkelee@google.com> | 2015-07-17 00:13:22 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-07-17 00:13:22 +0000 |
commit | 7468a23a3d60cf447364b622f7373b3b4c62c841 (patch) | |
tree | 837c069a0651c44e05a2c8ce9e5ef400feb6fa60 | |
parent | 4ca5eae80a3b15c3548faf71ace8ceebad019b7b (diff) | |
parent | 4b8835abd1e753c7660b5a90a8aca08ecb408bb2 (diff) |
am 4b8835ab: am 9525a1ed: am 72e27466: am 13cc3c12: am 3491ef06: Fix typo in string
* commit '4b8835abd1e753c7660b5a90a8aca08ecb408bb2':
Fix typo in string
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 505e49169..38b33bd7c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -797,7 +797,7 @@ <string name="permission_multiple_turn_on">Set permissions</string> <!-- Shown as a prompt to turn on the contacts permission to enable speed dial --> - <string name="permission_no_speeddial">To enable speed dial,\n turn on the the Contacts permission.</string> + <string name="permission_no_speeddial">To enable speed dial,\n turn on the Contacts permission.</string> <!-- Shown as a prompt to turn on the phone permission to enable the call log --> <string name="permission_no_calllog">To see your call log,\n turn on the Phone permission.</string> |