| Index: chrome/browser/resources/print_preview/data/destination.js
|
| diff --git a/chrome/browser/resources/print_preview/data/destination.js b/chrome/browser/resources/print_preview/data/destination.js
|
| index 11af3f4e8038e4d6fe0776d9d1d9fc2d84dc5bfc..29fbdc2d69c2dfec2b5c55980b7cd7ee83804fec 100644
|
| --- a/chrome/browser/resources/print_preview/data/destination.js
|
| +++ b/chrome/browser/resources/print_preview/data/destination.js
|
| @@ -358,7 +358,7 @@ cr.define('print_preview', function() {
|
| } else {
|
| offlineMessageId = 'offline';
|
| }
|
| - return localStrings.getString(offlineMessageId);
|
| + return loadTimeData.getString(offlineMessageId);
|
| },
|
|
|
| /**
|
|
|