diff options
author | Yorke Lee <yorkelee@google.com> | 2014-09-05 21:33:12 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-09-05 21:33:12 +0000 |
commit | 3dff72ea7c8f95ea2130aa82c8c196829f91376d (patch) | |
tree | b0cdcb83a8aa4b8c3893477914e990179b8520a7 | |
parent | 186fdb36cbd4cb4ea5549b0046b8445a50ebbafa (diff) | |
parent | c8d7f661bb44eaaa5d032cf1a9431aa1babc30ac (diff) |
am c8d7f661: am 5a12fc30: am f9b0e153: Update Contacts application title in Dialer string
* commit 'c8d7f661bb44eaaa5d032cf1a9431aa1babc30ac':
Update Contacts application title in Dialer 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 a59ea4741..9c65679db 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -543,7 +543,7 @@ <string name="simContacts_title">SIM card contacts</string> <!-- Message displayed when there is no application available to handle the add contact menu option. [CHAR LIMIT=NONE] --> - <string name="add_contact_not_available">Re-enable the People application to use this feature.</string> + <string name="add_contact_not_available">Re-enable the Contacts application to use this feature.</string> <!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] --> <string name="voice_search_not_available">Voice search is not available.</string> |