summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorsatish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 17:58:08 +0000
committersatish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 17:58:08 +0000
commitb4329dc5eb2479619709d35c4bec1ca7a6659507 (patch)
treedb8153bd676802a8224e44c7b1c379181efbd687 /chrome/app
parent0b5cabf89066b80446138ecfe288af25a5f4e3f9 (diff)
downloadchromium_src-b4329dc5eb2479619709d35c4bec1ca7a6659507.zip
chromium_src-b4329dc5eb2479619709d35c4bec1ca7a6659507.tar.gz
chromium_src-b4329dc5eb2479619709d35c4bec1ca7a6659507.tar.bz2
When waiting for server, show a 'Working' message instead of 'Speak now'.
Also request the server to return a max of 3 results in the response. This is in preparation to test multiple recognition results in a future CL. BUG=none TEST=no change in functionality. Review URL: http://codereview.chromium.org/5281003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67115 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 17fd479..74f3d62 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11068,6 +11068,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_SPEECH_INPUT_BUBBLE_HEADING" desc="First line in the content area of the speech input bubble. Instructs the user that they can start speaking.">
Speak now
</message>
+ <message name="IDS_SPEECH_INPUT_BUBBLE_WORKING" desc="Message shown to the user while waiting for speech recognition results to arrive.">
+ Working
+ </message>
<message name="IDS_SPEECH_INPUT_ERROR" desc="Message shown when audio recording failed with an error during speech recognition.">
Audio recording device returned an error.
</message>