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

Unified Diff: chrome/browser/resources/help/help_page.html

Issue 2626083005: [i18n] browser help, 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/browser/resources/help/help_content.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/help/help_page.html
diff --git a/chrome/browser/resources/help/help_page.html b/chrome/browser/resources/help/help_page.html
index 9825355b7ffb36488703f3155aa88891ec88cd45..79dcb079461b3b73926dbe31b2d0b6df99bde6fc 100644
--- a/chrome/browser/resources/help/help_page.html
+++ b/chrome/browser/resources/help/help_page.html
@@ -1,11 +1,10 @@
<div id="help-page" class="page" hidden>
<div class="close-button"></div>
- <h1 i18n-content="aboutTitle"></h1>
+ <h1>$i18n{aboutTitle}</h1>
<include src="help_content.html">
<div class="action-area">
<div class="button-strip">
- <button id="about-done" class="default-button" i18n-content="done">
- </button>
+ <button id="about-done" class="default-button">$i18n{done}</button>
</div>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/help/help_content.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698