diff options
| author | 2013-12-10 09:51:40 -0800 | |
|---|---|---|
| committer | 2013-12-10 09:51:40 -0800 | |
| commit | 89b366fa95f625275f1b94d800d22998f942ab8c (patch) | |
| tree | 8965cdc15a736b70ba53535e27aa733462a57775 | |
| parent | 1290d8e64fabc0b32487e2dfb599e5f288ecfd94 (diff) | |
Reword the "Quick contacts not available" string
Bug: 12077052
Change-Id: I6006692ae13d79d3697242d0b9015b30b1826eab
| -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 a41467706ab6..9a850b1a99a9 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -2254,7 +2254,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. --> |