| Index: chrome/browser/resources/settings/printing_page/cups_printer_details_page.html
|
| diff --git a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html
|
| index 3e3a8e15e1e22a4b424964f93c0e156248227d89..f0f1704b7d3543ae58916cb1084c23b57eb76af3 100644
|
| --- a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html
|
| +++ b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html
|
| @@ -36,7 +36,8 @@
|
| <!-- Advanced toggle -->
|
| <div class="settings-box" actionable on-tap="toggleAdvancedExpanded_">
|
| <div class="start">$i18n{printerDetailsAdvanced}</div>
|
| - <cr-expand-button id="expandButton" expanded="{{advancedExpanded}}">
|
| + <cr-expand-button id="expandButton" expanded="{{advancedExpanded}}"
|
| + alt="$i18n{printerDetailsA11yLabel}">
|
| </cr-expand-button>
|
| </div>
|
| <!-- Advanced section -->
|
|
|