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 ed6e53fc3441ddf06e0dec932e9080677f0cf3fb..941bf609ac9fef8dff9cc471361f2113611333a9 100644 |
--- a/chrome/browser/resources/print_preview/search/destination_list.js |
+++ b/chrome/browser/resources/print_preview/search/destination_list.js |
@@ -227,7 +227,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++) { |