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

Unified Diff: ash/common/system/chromeos/palette/palette_tray.cc

Issue 2273273003: Update strings for ash palette and rename options/settings files. (Closed)
Patch Set: Created 4 years, 4 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:
View side-by-side diff with in-line comments
Download patch
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));

Powered by Google App Engine
This is Rietveld 408576698