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

Unified Diff: chrome/browser/resources/chromeos/first_run/help_step.html

Issue 2653123003: Revert of [i18n] chromeos first run, 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
Index: chrome/browser/resources/chromeos/first_run/help_step.html
diff --git a/chrome/browser/resources/chromeos/first_run/help_step.html b/chrome/browser/resources/chromeos/first_run/help_step.html
index 4465986200da68d7f34241fd0b62ede0eaae8f7f..0a9c513079ea66c0f683d14caad6f9c23ad3de8a 100644
--- a/chrome/browser/resources/chromeos/first_run/help_step.html
+++ b/chrome/browser/resources/chromeos/first_run/help_step.html
@@ -1,14 +1,12 @@
<div id="help" class="step bubble transparent hidden">
<div id="completion-image"></div>
- <h1>$i18n{helpHeader}</h1>
- <p>$i18n{helpText1}</p>
- <p>$i18n{helpText2}</p>
+ <h1 i18n-content="helpHeader"></h1>
+ <p i18n-content="helpText1"></p>
+ <p i18n-content="helpText2"></p>
<div class="controls">
- <button class="help-button custom-appearance blue-button">
- $i18n{helpKeepExploringButton}
- </button>
- <button class="next-button custom-appearance white-button">
- $i18n{helpFinishButton}
- </button>
+ <button i18n-content="helpKeepExploringButton"
+ class="help-button custom-appearance blue-button"></button>
+ <button i18n-content="helpFinishButton"
+ class="next-button custom-appearance white-button"></button>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698