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

Unified Diff: chrome/browser/ui/toolbar/wrench_menu_model.cc

Issue 929163002: Change bookmark app menu from Add to Dock... to Add to Applications... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/toolbar/wrench_menu_model.cc
diff --git a/chrome/browser/ui/toolbar/wrench_menu_model.cc b/chrome/browser/ui/toolbar/wrench_menu_model.cc
index 3684113ec394f1544b838fc2ae6423a960b167a2..4f5087cdcb9523afe00ddea868fb7f07c1b0331b 100644
--- a/chrome/browser/ui/toolbar/wrench_menu_model.cc
+++ b/chrome/browser/ui/toolbar/wrench_menu_model.cc
@@ -241,7 +241,7 @@ void ToolsMenuModel::Build(Browser* browser) {
if (extensions::util::IsNewBookmarkAppsEnabled()) {
#if defined(OS_MACOSX)
- int string_id = IDS_ADD_TO_DOCK;
+ int string_id = IDS_ADD_TO_APPLICATIONS;
#elif defined(OS_WIN)
int string_id = IDS_ADD_TO_TASKBAR;
#else
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698