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

Unified Diff: chrome/browser/resources/chromeos/first_run/tray_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
« no previous file with comments | « chrome/browser/resources/chromeos/first_run/help_step.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/chromeos/first_run/tray_step.html
diff --git a/chrome/browser/resources/chromeos/first_run/tray_step.html b/chrome/browser/resources/chromeos/first_run/tray_step.html
index ed96e21b1a5ce9d523f4f583f744e8a24a8e9997..2b7b9e73f3cf895e76b84b33f22c745e803ee399 100644
--- a/chrome/browser/resources/chromeos/first_run/tray_step.html
+++ b/chrome/browser/resources/chromeos/first_run/tray_step.html
@@ -1,9 +1,8 @@
<div id="tray" class="step bubble transparent hidden">
- <h1>$i18n{trayHeader}</h1>
- <p>$i18n{trayText}<p>
+ <h1 i18n-content="trayHeader"></h1>
+ <p i18n-content="trayText"><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/help_step.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698