diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-09 09:49:39 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-09 09:49:39 -0700 |
commit | 803b0c881c83090ca6e27ca32943498a2170bd7c (patch) | |
tree | 86726ea359d31f2826b7e2568e0da44cf446ad4e /res | |
parent | 002170307e0eb1710cb4e2865c7f43eeaf444b2d (diff) | |
parent | a723be58ebbf5d96b749c85b48c30d7fe6ab76de (diff) |
am a723be58: Change search hint to "Type a name or phone number"
* commit 'a723be58ebbf5d96b749c85b48c30d7fe6ab76de':
Change search hint to "Type a name or phone number"
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index c6947dd12..0e2c9e09c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -520,8 +520,8 @@ <string name="add_contact_not_available">Re-enable the People application to use this feature.</string> <!-- Hint displayed in dialer search box when there is no query that is currently typed. - [CHAR LIMIT=25] --> - <string name="dialer_hint_find_contact">Type a name or phone</string> + [CHAR LIMIT=30] --> + <string name="dialer_hint_find_contact">Type a name or phone number</string> <!-- Title for the call log tab containing the list of all voicemails and calls [CHAR LIMIT=15] --> |