diff options
author | Yorke Lee <yorkelee@google.com> | 2014-03-04 08:09:42 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-04 08:09:42 +0000 |
commit | d53f7a712d7a5fccd64cd12d3b2bf61883ae2a52 (patch) | |
tree | 46588105b6fe925fa8db52b093b2c3ca5b77bec0 /core/res | |
parent | b8881542c4e49c1d38eede36a018690a322c6b63 (diff) | |
parent | 6c758e8650a010b2ad4650df77f91fad5fcf51e2 (diff) | |
download | frameworks_base-d53f7a712d7a5fccd64cd12d3b2bf61883ae2a52.zip frameworks_base-d53f7a712d7a5fccd64cd12d3b2bf61883ae2a52.tar.gz frameworks_base-d53f7a712d7a5fccd64cd12d3b2bf61883ae2a52.tar.bz2 |
am 6c758e86: am 468e973f: am 81479358: Reword the "Quick contacts not available" string
* commit '6c758e8650a010b2ad4650df77f91fad5fcf51e2':
Reword the "Quick contacts not available" string
Diffstat (limited to 'core/res')
-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 397d3e3..30243a4 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. --> |