diff options
author | Yorke Lee <yorkelee@google.com> | 2015-07-16 23:29:26 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-07-16 23:29:26 +0000 |
commit | 72e274667fcb0599d97ff4d064c71e44096f389e (patch) | |
tree | 63d7f779c9bff6a14fbd016d49f52c42f853698d | |
parent | 79b1fe725ea09c0ba0cdb0ed51fa75c19b3c5fda (diff) | |
parent | 13cc3c124a9a66effb5177cf02d6c16086d9b133 (diff) |
am 13cc3c12: am 3491ef06: Fix typo in string
* commit '13cc3c124a9a66effb5177cf02d6c16086d9b133':
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> |