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

Unified Diff: chrome/browser/resources/settings/printing_page/cups_printers_list.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/printing_page/cups_printers_list.html
diff --git a/chrome/browser/resources/settings/printing_page/cups_printers_list.html b/chrome/browser/resources/settings/printing_page/cups_printers_list.html
index e3d456feaa2d71414edcc44bbce2a878e1ee7a9e..8a7f683c60c469c0a0a32c8da3bce83ba3fd235e 100644
--- a/chrome/browser/resources/settings/printing_page/cups_printers_list.html
+++ b/chrome/browser/resources/settings/printing_page/cups_printers_list.html
@@ -39,7 +39,8 @@
<span class="name" id="printer-name">[[item.printerName]]</span>
<!--TODO(xdai): Add icon for enterprise CUPS printer. -->
</div>
- <paper-icon-button icon="cr:more-vert" on-tap="onOpenActionMenuTap_">
+ <paper-icon-button icon="cr:more-vert" on-tap="onOpenActionMenuTap_"
+ title="$i18n{moreActions}">
</paper-icon-button>
</div>
</template>

Powered by Google App Engine
This is Rietveld 408576698