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

Unified Diff: chrome/renderer/resources/plugins/prefer_html_plugin.html

Issue 2628093002: [i18n] renderer plugins change i18n-content to $i18n{} (Closed)
Patch Set: Created 3 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
« no previous file with comments | « chrome/renderer/resources/plugins/disabled_plugin.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/plugins/prefer_html_plugin.html
diff --git a/chrome/renderer/resources/plugins/prefer_html_plugin.html b/chrome/renderer/resources/plugins/prefer_html_plugin.html
index 9d73dd5e396de980a074015e67712860289cc4aa..c5c3509dda3d7a3360b4013ed4e8123f168da1f1 100644
--- a/chrome/renderer/resources/plugins/prefer_html_plugin.html
+++ b/chrome/renderer/resources/plugins/prefer_html_plugin.html
@@ -26,7 +26,7 @@
<div i18n-values="title:name" id="outer">
<img class="icon"
src="../../../../ui/webui/resources/images/extension.svg">
- <h1 id="message" i18n-content="message"></h1>
+ <h1 id="message">$i18n{message}</h1>
</div>
<script>
window.onkeydown = function(e) {
« no previous file with comments | « chrome/renderer/resources/plugins/disabled_plugin.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698