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

Unified Diff: chrome/browser/resources/settings/site_settings/protocol_handlers.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/site_settings/protocol_handlers.html
diff --git a/chrome/browser/resources/settings/site_settings/protocol_handlers.html b/chrome/browser/resources/settings/site_settings/protocol_handlers.html
index f10f271a26264323de50fd14534a2d881d7cf01d..9d868776c51a3c2ba7f21cb5ad1f64dec89ef38b 100644
--- a/chrome/browser/resources/settings/site_settings/protocol_handlers.html
+++ b/chrome/browser/resources/settings/site_settings/protocol_handlers.html
@@ -48,7 +48,7 @@
</div>
<paper-icon-button icon="cr:more-vert" on-tap="showMenu_"
- class="dropdown-trigger">
+ class="dropdown-trigger" title="$i18n{moreActions}">
</paper-icon-button>
</div>

Powered by Google App Engine
This is Rietveld 408576698