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

Unified Diff: chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.js

Issue 2939233002: CUPS: Modify the dialog title for manufacturer-and-model dialog. (Closed)
Patch Set: nit. Rebase. Created 3 years, 6 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_add_printer_dialog.js
diff --git a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.js b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.js
index 52099fa3f70317b0834ffa898f830214d14083e1..a5654ad28993215ee38ff97f896744de08c5cda2 100644
--- a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.js
+++ b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.js
@@ -468,7 +468,7 @@ Polymer({
} else if (
this.previousDialog_ == AddPrinterDialogs.MANUFACTURER) {
this.configuringDialogTitle =
- loadTimeData.getString('addPrintersManuallyTitle');
+ loadTimeData.getString('selectManufacturerAndModelTitle');
this.addPrinter_();
} else if (this.previousDialog_ == AddPrinterDialogs.MANUALLY) {
this.configuringDialogTitle =

Powered by Google App Engine
This is Rietveld 408576698