| Index: chrome/browser/ui/webui/print_preview_data_source.cc
|
| diff --git a/chrome/browser/ui/webui/print_preview_data_source.cc b/chrome/browser/ui/webui/print_preview_data_source.cc
|
| index b04078bb23bbf070343a2a77fa849f74fc89ea83..e8976de5dc5baf3d412042b39df19c291a342c45 100644
|
| --- a/chrome/browser/ui/webui/print_preview_data_source.cc
|
| +++ b/chrome/browser/ui/webui/print_preview_data_source.cc
|
| @@ -60,6 +60,8 @@ PrintPreviewDataSource::PrintPreviewDataSource()
|
| AddLocalizedString("printButton", IDS_PRINT_PREVIEW_PRINT_BUTTON);
|
| AddLocalizedString("cancelButton", IDS_PRINT_PREVIEW_CANCEL_BUTTON);
|
| AddLocalizedString("printing", IDS_PRINT_PREVIEW_PRINTING);
|
| + AddLocalizedString("printingToPDFInProgress",
|
| + IDS_PRINT_PREVIEW_PRINTING_TO_PDF_IN_PROGRESS);
|
|
|
| AddLocalizedString("destinationLabel", IDS_PRINT_PREVIEW_DESTINATION_LABEL);
|
| AddLocalizedString("copiesLabel", IDS_PRINT_PREVIEW_COPIES_LABEL);
|
|
|