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

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: A few more string changes 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
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/common/system/chromeos/palette/tools/capture_region_action.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7bf9673d1a59b1d45e83434a04886a7c3820bde8..9c7fb8fdcd3d3b2f723ae0b08a0a75c6ddaf6aa9 100644
--- a/ash/common/system/chromeos/palette/palette_tray.cc
+++ b/ash/common/system/chromeos/palette/palette_tray.cc
@@ -72,7 +72,7 @@ class TitleView : public views::View, public views::ButtonListener {
0, ash::kTrayPopupPaddingHorizontal, 0, 0));
views::Label* text_label =
- new views::Label(l10n_util::GetStringUTF16(IDS_ASH_PALETTE_TITLE));
+ new views::Label(l10n_util::GetStringUTF16(IDS_ASH_STYLUS_TOOLS_TITLE));
text_label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
text_label->SetFontList(rb.GetFontList(ui::ResourceBundle::BoldFont));
AddChildView(text_label);
@@ -81,7 +81,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));
@@ -222,7 +222,7 @@ void PaletteTray::ClickedOutsideBubble() {
}
base::string16 PaletteTray::GetAccessibleNameForTray() {
- return l10n_util::GetStringUTF16(IDS_ASH_PALETTE_TITLE);
+ return l10n_util::GetStringUTF16(IDS_ASH_STYLUS_TOOLS_TITLE);
}
void PaletteTray::HideBubbleWithView(const views::TrayBubbleView* bubble_view) {
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/common/system/chromeos/palette/tools/capture_region_action.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698