diff options
| -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. --> |