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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engine_entry.html

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
Index: chrome/browser/resources/settings/search_engines_page/search_engine_entry.html
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html
index e331e2125b4c48e77444564143ad1476796933a1..e52baa7fb9792e12f0e318d01820f540258af49b 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html
+++ b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.html
@@ -54,7 +54,7 @@
<div id="keyword-column">[[engine.keyword]]</div>
<div id="url-column" class="text-elide">[[engine.url]]</div>
<paper-icon-button icon="cr:more-vert" tabindex$="[[tabindex]]"
- on-tap="onDotsTap_">
+ on-tap="onDotsTap_" title="$i18n{moreActions}">
</paper-icon-button>
<dialog is="cr-action-menu">
<button class="dropdown-item" role="option" on-tap="onMakeDefaultTap_"

Powered by Google App Engine
This is Rietveld 408576698