| Index: chrome/renderer/printing/print_web_view_helper.cc
|
| diff --git a/chrome/renderer/printing/print_web_view_helper.cc b/chrome/renderer/printing/print_web_view_helper.cc
|
| index 66ec1068efc0eaa3365ff2dab937b3f6640e74f9..97ce9459c56f8e9d0b1357837386ba1bc5cdd857 100644
|
| --- a/chrome/renderer/printing/print_web_view_helper.cc
|
| +++ b/chrome/renderer/printing/print_web_view_helper.cc
|
| @@ -1410,7 +1410,7 @@ bool PrintWebViewHelper::CalculateNumberOfPages(blink::WebFrame* frame,
|
| notify_browser_of_print_failure_ = false;
|
| render_view()->RunModalAlertDialog(
|
| frame,
|
| - l10n_util::GetStringUTF16(IDS_PRINT_PREVIEW_INVALID_PRINTER_SETTINGS));
|
| + l10n_util::GetStringUTF16(IDS_PRINT_INVALID_PRINTER_SETTINGS));
|
| return false;
|
| }
|
|
|
| @@ -1475,7 +1475,7 @@ bool PrintWebViewHelper::UpdatePrintSettings(
|
| render_view()->RunModalAlertDialog(
|
| print_frame,
|
| l10n_util::GetStringUTF16(
|
| - IDS_PRINT_PREVIEW_INVALID_PRINTER_SETTINGS));
|
| + IDS_PRINT_INVALID_PRINTER_SETTINGS));
|
| }
|
| }
|
| return false;
|
|
|