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

Unified Diff: ash/common/system/chromeos/palette/tools/create_note_action.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
Index: ash/common/system/chromeos/palette/tools/create_note_action.cc
diff --git a/ash/common/system/chromeos/palette/tools/create_note_action.cc b/ash/common/system/chromeos/palette/tools/create_note_action.cc
index 7bdd7a45428eb648c1053bd12f7fe59241f1b4ad..ca01e346366cc5d8bb00bca6a2766047fa345b55 100644
--- a/ash/common/system/chromeos/palette/tools/create_note_action.cc
+++ b/ash/common/system/chromeos/palette/tools/create_note_action.cc
@@ -39,7 +39,7 @@ views::View* CreateNoteAction::CreateView() {
return nullptr;
return CreateDefaultView(
- l10n_util::GetStringUTF16(IDS_ASH_PALETTE_CREATE_NOTE_ACTION));
+ l10n_util::GetStringUTF16(IDS_ASH_STYLUS_TOOLS_CREATE_NOTE_ACTION));
}
gfx::VectorIconId CreateNoteAction::GetPaletteIconId() {

Powered by Google App Engine
This is Rietveld 408576698