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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.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/passwords_and_forms_page/passwords_section.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
index b857b200c1d148f168526f2bea5c205cc7a1a416..04806d49b6bc90de534094fc0b83e5eb31a97f32 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
@@ -100,7 +100,7 @@
value="[[getEmptyPassword_(item.numCharactersInPassword)]]">
</input>
<paper-icon-button id="passwordMenu" icon="cr:more-vert"
- on-tap="onPasswordMenuTap_" alt="$i18n{overflowMenu}"
+ on-tap="onPasswordMenuTap_" title="$i18n{moreActions}"
tabindex$="[[tabIndex]]">
</paper-icon-button>
</div>
@@ -137,7 +137,7 @@
<paper-icon-button id="removeExceptionButton"
icon="cr:close" on-tap="onRemoveExceptionButtonTap_"
tabindex$="[[tabIndex]]"
- alt="$i18n{deletePasswordException}">
+ title="$i18n{deletePasswordException}">
</paper-icon-button>
</div>
</template>

Powered by Google App Engine
This is Rietveld 408576698