summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-12-11 19:06:22 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-12-11 19:06:23 +0000
commit0140cf8eba4d904d5316a36045ad0333447f02fe (patch)
treeaa733c2b8b5c1d9fb61749f5dbbcc19686953ec6 /res
parenta3d0c71a8866c5bb236c96b80f4de0e023680309 (diff)
parentda0f9046b2457c8adc0b97896d7ea1e880eccf96 (diff)
Merge "Hide voice search button if intent cannot be handled"
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9b534da33..a0376a6e0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -520,6 +520,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>