diff options
author | Jay Shrauner <shrauner@google.com> | 2014-03-03 22:11:17 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-03 22:11:17 +0000 |
commit | 22a21af9515e9bfd08cf546d0f1cc0ab16f635f1 (patch) | |
tree | 69429b8086bcffebc07c5606ff6d8527244736e7 /res | |
parent | 2615b7dd2557a6129f013d786fa5b312aaa1de59 (diff) | |
parent | bfa9deed2e05ab46a336c2f8ad6c21cab3eb804f (diff) |
am bfa9deed: Merge "Hide voice search button if intent cannot be handled" into klp-dev
* commit 'bfa9deed2e05ab46a336c2f8ad6c21cab3eb804f':
Hide voice search button if intent cannot be handled
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 55cdea4de..3723fd77d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -519,6 +519,9 @@ <!-- Message displayed when there is no application available to handle the add contact menu option. [CHAR LIMIT=NONE] --> <string name="add_contact_not_available">Re-enable the People application to use this feature.</string> + <!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] --> + <string name="voice_search_not_available">Voice search is not available.</string> + <!-- Hint displayed in dialer search box when there is no query that is currently typed. [CHAR LIMIT=30] --> <string name="dialer_hint_find_contact">Type a name or phone number</string> |