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

Unified Diff: chrome/browser/resources/md_history/history_card_manager.html

Issue 1609683002: MD History: Rewrite i18n system using ReplaceTemplateExpressions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md_history_2
Patch Set: Rebased Created 4 years, 11 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/md_history/history_card_manager.html
diff --git a/chrome/browser/resources/md_history/history_card_manager.html b/chrome/browser/resources/md_history/history_card_manager.html
index 7108a87abc6593da7befccbd5ac3cc9501c978e2..4e1a91917e3e95dc2ab5290eb3db4a5c87afdb9a 100644
--- a/chrome/browser/resources/md_history/history_card_manager.html
+++ b/chrome/browser/resources/md_history/history_card_manager.html
@@ -50,10 +50,9 @@
</template>
</iron-list>
<paper-menu id="overflow-menu">
- <paper-item i18n-content="moreFromSite" on-tap="onMoreFromSiteTap_">
- </paper-item>
- <paper-item i18n-content="removeFromHistory"
- on-tap="onRemoveFromHistoryTap_">
+ <paper-item on-tap="onMoreFromSiteTap_">$i18n{moreFromSite}</paper-item>
+ <paper-item on-tap="onRemoveFromHistoryTap_">
+ $i18n{removeFromHistory}
</paper-item>
</paper-menu>
</template>

Powered by Google App Engine
This is Rietveld 408576698