diff options
author | Yorke Lee <yorkelee@google.com> | 2013-12-10 09:51:40 -0800 |
---|---|---|
committer | Jay Shrauner <shrauner@google.com> | 2014-03-04 02:50:21 +0000 |
commit | 81479358decb0a2cefbb8245e0f56ed0e966d697 (patch) | |
tree | 24f2b14889968576027b9fb38e3f1539f69efb79 /core | |
parent | 4ef0aabe93877b7f30645b873fbc003651151f2f (diff) | |
download | frameworks_base-81479358decb0a2cefbb8245e0f56ed0e966d697.zip frameworks_base-81479358decb0a2cefbb8245e0f56ed0e966d697.tar.gz frameworks_base-81479358decb0a2cefbb8245e0f56ed0e966d697.tar.bz2 |
Reword the "Quick contacts not available" string
Bug: 12077052
Change-Id: I6006692ae13d79d3697242d0b9015b30b1826eab
(cherry picked from commit 89b366fa95f625275f1b94d800d22998f942ab8c)
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 6c47ce1..4940f80 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -2249,7 +2249,7 @@ <!-- Error message that is displayed when the user clicks on a quick contacts badge, but there is no contacts application installed that can display the quick contact --> - <string name="quick_contacts_not_available">No activity found to view contact.</string> + <string name="quick_contacts_not_available">No application found to view this contact.</string> <!-- Instructions telling the user to enter their SIM PIN to unlock the keyguard. Displayed in one line in a large font. --> |