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

Unified Diff: chrome/browser/resources/print_preview/search/destination_list.js

Issue 590643002: Move Print Preview onto newer i18nTemplate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update new invitations code 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/search/destination_list.js
diff --git a/chrome/browser/resources/print_preview/search/destination_list.js b/chrome/browser/resources/print_preview/search/destination_list.js
index 23db967f63475aebff6093099b1d542a368928b3..7b929f5164fff31a90b323041211e5240941dada 100644
--- a/chrome/browser/resources/print_preview/search/destination_list.js
+++ b/chrome/browser/resources/print_preview/search/destination_list.js
@@ -228,7 +228,7 @@ cr.define('print_preview', function() {
if (destinations.length > this.shortListSize_ && !this.isShowAll_) {
numItems = this.shortListSize_ - 1;
this.getChildElement('.total').textContent =
- localStrings.getStringF('destinationCount', destinations.length);
+ loadTimeData.getStringF('destinationCount', destinations.length);
setIsVisible(this.getChildElement('.destination-list > footer'), true);
}
for (var i = 0; i < numItems; i++) {

Powered by Google App Engine
This is Rietveld 408576698