| Index: chrome/browser/speech/speech_recognition_tray_icon_controller.cc
|
| diff --git a/chrome/browser/speech/speech_recognition_tray_icon_controller.cc b/chrome/browser/speech/speech_recognition_tray_icon_controller.cc
|
| index 47dcce74862d512e17fc61c4c693fac78745cafd..3d57032fe87ec4bb49141b0e91daf68c895ad275 100644
|
| --- a/chrome/browser/speech/speech_recognition_tray_icon_controller.cc
|
| +++ b/chrome/browser/speech/speech_recognition_tray_icon_controller.cc
|
| @@ -192,8 +192,7 @@ void SpeechRecognitionTrayIconController::ShowNotificationBalloon(
|
| IDS_SPEECH_INPUT_TRAY_BALLOON_TITLE);
|
| string16 message = l10n_util::GetStringFUTF16(
|
| IDS_SPEECH_INPUT_TRAY_BALLOON_BODY,
|
| - text,
|
| - l10n_util::GetStringUTF16(IDS_PRODUCT_NAME));
|
| + text);
|
|
|
| tray_icon_->DisplayBalloon(*g_images.Get().balloon_icon(), title, message);
|
| }
|
|
|