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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/autofill_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/autofill_section.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
index 8a3fc74cd1c8ebdc66d76c3a7fbaac3c7514cd94..fd464fcc022e8fdc337172868b249099b6d63294 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
@@ -77,7 +77,7 @@
</div>
<template is="dom-if" if="[[item.metadata.isLocal]]">
<paper-icon-button id="addressMenu" icon="cr:more-vert"
- on-tap="onAddressMenuTap_" alt="$i18n{overflowMenu}">
+ on-tap="onAddressMenuTap_" title="$i18n{moreActions}">
</paper-icon-button>
</template>
<template is="dom-if" if="[[!item.metadata.isLocal]]">
@@ -135,7 +135,7 @@
class="expiration-date">[[expiration_(item)]]</div>
<template is="dom-if" if="[[item.metadata.isLocal]]">
<paper-icon-button id="creditCardMenu" icon="cr:more-vert"
- on-tap="onCreditCardMenuTap_" alt="$i18n{overflowMenu}">
+ on-tap="onCreditCardMenuTap_" title="$i18n{moreActions}">
</paper-icon-button>
</template>
<template is="dom-if" if="[[!item.metadata.isLocal]]">

Powered by Google App Engine
This is Rietveld 408576698