diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-24 22:27:02 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-09-24 22:27:02 +0000 |
commit | 8ea8569dbb1e4dba8e7dd558f82373cbb90e933c (patch) | |
tree | bcfacd20d5a66836df6ebcdd7b6f075bed5a50da /res | |
parent | bbc9e48d201169c9d7ae850f601f81f11dcb1b36 (diff) | |
parent | 3a847bd2d872e7d4fbaacf8a7ca7b4849bf093a5 (diff) |
Merge "Add string for Dialer tooltip" into klp-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2f04833ec..a7387b93b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -627,4 +627,9 @@ <!-- Shows when there are no favorites. --> <string name="no_favorites">Favorites & contacts you\ncall often will show here.\nSo, start calling.</string> + <!-- Shows up as a tooltip to provide a hint to the user that the profile pic in a contact + card can be tapped to bring up a list of all numbers, or long pressed to start reordering + [CHAR LIMIT=NONE] + --> + <string name="contact_tooltip">Tap image to see all numbers or press and hold to reorder</string> </resources> |