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 10124417a84b9d2e9776bc87b3ef70b557f8da28..a4c79be5e2665ce17a2fcfb9030f5f1c6e282168 100644 |
--- a/chrome/browser/resources/print_preview/data/destination_store.js |
+++ b/chrome/browser/resources/print_preview/data/destination_store.js |
@@ -680,7 +680,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)); |
} |