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

Unified Diff: chrome/browser/resources/chromeos/first_run/app_list_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/app_list_step.html
diff --git a/chrome/browser/resources/chromeos/first_run/app_list_step.html b/chrome/browser/resources/chromeos/first_run/app_list_step.html
index 7cb2e4d7d7c798566bd8f7305eceb34e50e5a0e5..bdc51ce99fcbfa2e8c41bba01046a92af1e562ff 100644
--- a/chrome/browser/resources/chromeos/first_run/app_list_step.html
+++ b/chrome/browser/resources/chromeos/first_run/app_list_step.html
@@ -1,12 +1,11 @@
<div id="app-list" class="step bubble transparent hidden">
- <h1>$i18n{appListHeader}</h1>
+ <h1 i18n-content="appListHeader"></h1>
<p>
- <span>$i18n{appListText1}</span><br>
- <span>$i18n{appListText2}</span>
+ <span i18n-content="appListText1"></span><br>
+ <span i18n-content="appListText2"></span>
</p>
<div class="controls">
- <button class="next-button custom-appearance blue-button">
- $i18n{nextButton}
- </button>
+ <button i18n-content="nextButton"
+ class="next-button custom-appearance blue-button"></button>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/chromeos/first_run/app/main.html ('k') | chrome/browser/resources/chromeos/first_run/help_step.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698