| Index: ash/common/system/chromeos/palette/palette_tray.cc
|
| diff --git a/ash/common/system/chromeos/palette/palette_tray.cc b/ash/common/system/chromeos/palette/palette_tray.cc
|
| index 1a13c9c4ba9ffe9af7800b322415cdbfa9d066d7..3c65de372f449430a3b5573e3b7cb7ad8b5c9023 100644
|
| --- a/ash/common/system/chromeos/palette/palette_tray.cc
|
| +++ b/ash/common/system/chromeos/palette/palette_tray.cc
|
| @@ -79,7 +79,7 @@ class TitleView : public views::View, public views::ButtonListener {
|
| help_button_ = new ash::TrayPopupHeaderButton(this, IDR_AURA_UBER_TRAY_HELP,
|
| IDS_ASH_STATUS_TRAY_HELP);
|
| help_button_->SetTooltipText(
|
| - l10n_util::GetStringUTF16(IDS_ASH_STATUS_TRAY_SHUTDOWN));
|
| + l10n_util::GetStringUTF16(IDS_ASH_STATUS_TRAY_HELP));
|
| AddChildView(help_button_);
|
|
|
| AddChildView(CreateSeparator(views::Separator::VERTICAL));
|
|
|