Commit 233a618f authored by Gavin Williams's avatar Gavin Williams Committed by Commit Bot

Change configure printer button to setup

Originally the Printers mock specified to display a button with
"Configure" for configuring discovered printers. This was
changed to display a button with "Set up".

Bug: 993816
Change-Id: I20409dd3661e7ee78d91122eed112d4dae26579c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758838Reviewed-by: default avatarBailey Berro <baileyberro@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Gavin Williams <gavinwill@chromium.org>
Cr-Commit-Position: refs/heads/master@{#689205}
parent af725649
...@@ -1487,8 +1487,8 @@ ...@@ -1487,8 +1487,8 @@
<message name="IDS_SETTINGS_PRINTING_CUPS_PRINTERS_REMOVE" desc="Text for the drop down menu which allows the user to remove the selected printer."> <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTERS_REMOVE" desc="Text for the drop down menu which allows the user to remove the selected printer.">
Remove Remove
</message> </message>
<message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_CONFIGURE_BUTTON" desc="Text for the button which allows the user to manually configure a CUPS printer."> <message name="IDS_SETTINGS_PRINTING_CUPS_PRINTER_SETUP_BUTTON" desc="Text for the button which allows the user to manually setup a CUPS printer.">
Configure Set up
</message> </message>
<message name="IDS_SETTINGS_PRINTING_CUPS_SEARCH_LABEL" desc="The placeholder text in the printer search field."> <message name="IDS_SETTINGS_PRINTING_CUPS_SEARCH_LABEL" desc="The placeholder text in the printer search field.">
Search printers Search printers
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
if="[[isDiscoveredPrinter_(printerEntry.printerType)]]"> if="[[isDiscoveredPrinter_(printerEntry.printerType)]]">
<cr-button class="action-button" <cr-button class="action-button"
on-click="onOpenManufacturerModelDialogTap_"> on-click="onOpenManufacturerModelDialogTap_">
$i18n{configurePrinter} $i18n{setupPrinter}
</cr-button> </cr-button>
</template> </template>
<template is="dom-if" <template is="dom-if"
......
...@@ -2287,7 +2287,7 @@ void AddPrintingStrings(content::WebUIDataSource* html_source) { ...@@ -2287,7 +2287,7 @@ void AddPrintingStrings(content::WebUIDataSource* html_source) {
{"addCupsPrinter", IDS_SETTINGS_PRINTING_CUPS_PRINTERS_ADD_PRINTER}, {"addCupsPrinter", IDS_SETTINGS_PRINTING_CUPS_PRINTERS_ADD_PRINTER},
{"editPrinter", IDS_SETTINGS_PRINTING_CUPS_PRINTERS_EDIT}, {"editPrinter", IDS_SETTINGS_PRINTING_CUPS_PRINTERS_EDIT},
{"removePrinter", IDS_SETTINGS_PRINTING_CUPS_PRINTERS_REMOVE}, {"removePrinter", IDS_SETTINGS_PRINTING_CUPS_PRINTERS_REMOVE},
{"configurePrinter", IDS_SETTINGS_PRINTING_CUPS_PRINTER_CONFIGURE_BUTTON}, {"setupPrinter", IDS_SETTINGS_PRINTING_CUPS_PRINTER_SETUP_BUTTON},
{"searchLabel", IDS_SETTINGS_PRINTING_CUPS_SEARCH_LABEL}, {"searchLabel", IDS_SETTINGS_PRINTING_CUPS_SEARCH_LABEL},
{"noSearchResults", IDS_SEARCH_NO_RESULTS}, {"noSearchResults", IDS_SEARCH_NO_RESULTS},
{"printerDetailsTitle", IDS_SETTINGS_PRINTING_CUPS_PRINTER_DETAILS_TITLE}, {"printerDetailsTitle", IDS_SETTINGS_PRINTING_CUPS_PRINTER_DETAILS_TITLE},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment