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

Unified Diff: chrome/browser/resources/md_extensions/sidebar.html

Issue 2224923004: MD Extensions: convert last i18n-* attributes to $i18n{} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « chrome/browser/resources/md_extensions/manager.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_extensions/sidebar.html
diff --git a/chrome/browser/resources/md_extensions/sidebar.html b/chrome/browser/resources/md_extensions/sidebar.html
index e1b73dbf49aeec1c662a81dd5514dc1014bf04b0..c3aeed31244d141b029d6357972390c0df2400ee 100644
--- a/chrome/browser/resources/md_extensions/sidebar.html
+++ b/chrome/browser/resources/md_extensions/sidebar.html
@@ -13,12 +13,12 @@
<paper-item class="section-menu-item" id="sections-extensions"
on-tap="onExtensionsTap_">
<iron-icon icon="extension"></iron-icon>
- <span i18n-content="sidebarExtensions"></span>
+ <span>$i18n{sidebarExtensions}</span>
</paper-item>
<paper-item class="section-menu-item" id="sections-apps"
on-tap="onAppsTap_">
<iron-icon icon="apps"></iron-icon>
- <span i18n-content="sidebarApps"></span>
+ <span>$i18n{sidebarApps}</span>
</paper-item>
</paper-menu>
<a class="section-item" id="more-extensions" target="_blank"
« no previous file with comments | « chrome/browser/resources/md_extensions/manager.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698