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

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.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/bluetooth_page/bluetooth_device_list_item.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
index 396b7bcc6ec21f2915ee615e8f0dfab4564fc3db..079cdc3e35224b99172ecf72398dece04d441148 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
@@ -33,7 +33,7 @@
<span hidden$="[[!device.connecting]]">$i18n{bluetoothConnecting}</span>
<div hidden$="[[!device.paired]]">
<paper-icon-button icon="cr:more-vert" on-tap="onMenuButtonTap_"
- tabindex$="[[tabindex]]">
+ tabindex$="[[tabindex]]" title="$i18n{moreActions}">
</paper-icon-button>
<dialog id="dotsMenu" is="cr-action-menu">
<button class="dropdown-item" role="option"
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698