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

Unified Diff: chrome/renderer/resources/plugins/blocked_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 | « no previous file | chrome/renderer/resources/plugins/disabled_plugin.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/plugins/blocked_plugin.html
diff --git a/chrome/renderer/resources/plugins/blocked_plugin.html b/chrome/renderer/resources/plugins/blocked_plugin.html
index 72dbb1a0ba83b174646d6ca67e517d684ce59c8c..d548e561ed71f1ba8958e394a872e20df850b41e 100644
--- a/chrome/renderer/resources/plugins/blocked_plugin.html
+++ b/chrome/renderer/resources/plugins/blocked_plugin.html
@@ -28,7 +28,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>
</body>
</html>
« no previous file with comments | « no previous file | chrome/renderer/resources/plugins/disabled_plugin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698