diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-09 08:54:15 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2013-09-09 08:54:15 -0700 |
commit | a723be58ebbf5d96b749c85b48c30d7fe6ab76de (patch) | |
tree | 2fd5e63eeeb8d66ec48953d15866693f1942884d | |
parent | 88517c68bac750e467f4b21caf7805c8b44b27f6 (diff) |
Change search hint to "Type a name or phone number"
Bug: 10671434
Change-Id: I976688a4da6aa51802c9fb833d69ef689eeda8ea
-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] --> |