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

Unified Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 2716233002: MD Settings: add "More actions..." text to all vertical 3-dot menus (Closed)
Patch Set: Created 3 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/browser/resources/settings/site_settings/usb_devices.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
index 6d4c6f7e4392464ac817adea5cbf6cdbb5acbdac..a85f71cdc96032b2beb4bf88a5409d27677cfba3 100644
--- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
+++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
@@ -81,6 +81,7 @@ void AddCommonStrings(content::WebUIDataSource* html_source, Profile* profile) {
{"edit", IDS_SETTINGS_EDIT},
{"learnMore", IDS_LEARN_MORE},
{"menuButtonLabel", IDS_SETTINGS_MENU_BUTTON_LABEL},
+ {"moreActions", IDS_SETTINGS_MORE_ACTIONS},
{"ok", IDS_OK},
{"restart", IDS_SETTINGS_RESTART},
{"save", IDS_SAVE},
@@ -1030,7 +1031,6 @@ void AddOnStartupStrings(content::WebUIDataSource* html_source) {
void AddPasswordsAndFormsStrings(content::WebUIDataSource* html_source) {
LocalizedString localized_strings[] = {
- {"overflowMenu", IDS_SETTINGS_OVERFLOW_MENU},
{"passwordsAndAutofillPageTitle",
IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE},
{"autofill", IDS_SETTINGS_AUTOFILL},
« no previous file with comments | « chrome/browser/resources/settings/site_settings/usb_devices.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698