Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: chrome/browser/resources/print_preview/data/destination.js

Issue 590643002: Move Print Preview onto newer i18nTemplate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix open-preview-app-throbber Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
},
/**

Powered by Google App Engine
This is Rietveld 408576698