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

Unified Diff: chrome/browser/resources/settings/on_startup_page/startup_url_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/on_startup_page/startup_url_entry.html
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_url_entry.html b/chrome/browser/resources/settings/on_startup_page/startup_url_entry.html
index 1a1c08930b1304160dbf3da913a7b37ca1982a0e..1a68b89d2e72c36bb607f74c71c1a98d4c66b81d 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_url_entry.html
+++ b/chrome/browser/resources/settings/on_startup_page/startup_url_entry.html
@@ -24,7 +24,8 @@
</div>
<template is="dom-if" if="[[editable]]">
<paper-icon-button id="dots" icon="cr:more-vert"
- tabindex$="[[tabindex]]" on-tap="onDotsTap_">
+ tabindex$="[[tabindex]]" on-tap="onDotsTap_"
+ title="$i18n{moreActions}">
</paper-icon-button>
<template is="cr-lazy-render" id="menu">
<dialog is="cr-action-menu">

Powered by Google App Engine
This is Rietveld 408576698