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++) { |