Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4725)

Unified Diff: chrome/app/generated_resources.grd

Issue 10407120: Moving tray icon and notification balloon for background speech recognition sessions to ChromeSpeec… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed tray icon tooltip message. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index f42c47cc4eed2f3e6421d4a0f225014b712d0eee..61920241ba17dceda83d856eb198d5c01800cc34 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15916,14 +15916,14 @@ Battery full
<message name="IDS_SPEECH_INPUT_MIC_SETTINGS" desc="Text displayed on a button or link to open the microphone settings window.">
Microphone settings
</message>
- <message name="IDS_SPEECH_INPUT_TRAY_TOOLTIP" desc="Tool tip for the recording notification icon shown by the speech input extension API">
- <ph name="PRODUCT_NAME">$2<ex>Google Chrome</ex></ph> extension "<ph name="EXTENSION_NAME">$1<ex>Speech Recognizer</ex></ph>" is currently recording audio for speech recognition.
+ <message name="IDS_SPEECH_INPUT_TRAY_TOOLTIP" desc="Tool tip for the audio capture notification icon shown by the speech recognition API">
+ "<ph name="EXTENSION_NAME">$1<ex>Speech Recognizer</ex></ph>" is currently capturing audio for speech recognition.
Satish 2012/06/13 12:56:59 are you sure that the quotes around <ph> are neede
Primiano Tucci (use gerrit) 2012/06/13 13:29:38 Uh, honestly I didn't noticed at all, I just remov
Primiano Tucci (use gerrit) 2012/06/13 14:57:18 It seems a recurring pattern. E.g., IDS_PROFILES_D
</message>
- <message name="IDS_SPEECH_INPUT_TRAY_BALLOON_TITLE" desc="Title of the balloon shown by the tray notification icon the first time a extension starts recording using the speech input extension API">
+ <message name="IDS_SPEECH_INPUT_TRAY_BALLOON_TITLE" desc="Title of the balloon shown by the tray notification icon the first time an extension or a website starts recognition">
Audio recording started.
</message>
- <message name="IDS_SPEECH_INPUT_TRAY_BALLOON_BODY" desc="Contents of the balloon shown by the tray notification icon the first time a extension starts recording using the speech input extension API">
- <ph name="PRODUCT_NAME">$2<ex>Google Chrome</ex></ph> extension "<ph name="EXTENSION_NAME">$1<ex>Speech Recognizer</ex></ph>" has started recording audio for speech recognition. Look for the microphone notification icon to know when this happens again.
+ <message name="IDS_SPEECH_INPUT_TRAY_BALLOON_BODY" desc="Contents of the balloon shown by the tray notification icon the first time an extension or a website starts recognition">
+ "<ph name="EXTENSION_NAME">$1<ex>Speech Recognizer</ex></ph>" has started capturing audio for speech recognition. Look for the microphone notification icon to know when this happens again.
</message>
<message name="IDS_IMAGE_FILES" desc="The description of the image file extensions in the select file dialog.">

Powered by Google App Engine
This is Rietveld 408576698