diff options
author | Yorke Lee <yorkelee@google.com> | 2014-09-05 19:58:49 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-09-05 19:58:49 +0000 |
commit | 5a12fc309928e883a93554f17b1a519ed4dcfda4 (patch) | |
tree | 1f24e43c0741ddcff31065bca1778bc21d56f3a3 | |
parent | d743073fde23c197e76dda459f7505c63ffccbd5 (diff) | |
parent | f9b0e15310ddf6871b3354af322b97d3f26c44f1 (diff) |
am f9b0e153: Update Contacts application title in Dialer string
* commit 'f9b0e15310ddf6871b3354af322b97d3f26c44f1':
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> |