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

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

Issue 2625873006: [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 bdc51ce99fcbfa2e8c41bba01046a92af1e562ff..7cb2e4d7d7c798566bd8f7305eceb34e50e5a0e5 100644
--- a/chrome/browser/resources/chromeos/first_run/app_list_step.html
+++ b/chrome/browser/resources/chromeos/first_run/app_list_step.html
@@ -1,11 +1,12 @@
<div id="app-list" class="step bubble transparent hidden">
- <h1 i18n-content="appListHeader"></h1>
+ <h1>$i18n{appListHeader}</h1>
<p>
- <span i18n-content="appListText1"></span><br>
- <span i18n-content="appListText2"></span>
+ <span>$i18n{appListText1}</span><br>
+ <span>$i18n{appListText2}</span>
</p>
<div class="controls">
- <button i18n-content="nextButton"
- class="next-button custom-appearance blue-button"></button>
+ <button class="next-button custom-appearance blue-button">
+ $i18n{nextButton}
+ </button>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698