| Index: chrome/browser/resources/print_preview/data/destination_store.js
|
| diff --git a/chrome/browser/resources/print_preview/data/destination_store.js b/chrome/browser/resources/print_preview/data/destination_store.js
|
| index e4ddab7caecb9fa64ed5afa3cbc6e5b57a12c5ab..394ec11650dd353a7491b3c30e69040b22e471ed 100644
|
| --- a/chrome/browser/resources/print_preview/data/destination_store.js
|
| +++ b/chrome/browser/resources/print_preview/data/destination_store.js
|
| @@ -693,7 +693,7 @@ cr.define('print_preview', function() {
|
| print_preview.Destination.GooglePromotedId.SAVE_AS_PDF,
|
| print_preview.Destination.Type.LOCAL,
|
| print_preview.Destination.Origin.LOCAL,
|
| - localStrings.getString('printToPDF'),
|
| + loadTimeData.getString('printToPDF'),
|
| false /*isRecent*/,
|
| print_preview.Destination.ConnectionStatus.ONLINE));
|
| }
|
|
|