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

Side by Side Diff: chrome/browser/resources/chromeos/first_run/tray_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 unified diff | Download patch
OLDNEW
1 <div id="tray" class="step bubble transparent hidden"> 1 <div id="tray" class="step bubble transparent hidden">
2 <h1 i18n-content="trayHeader"></h1> 2 <h1>$i18n{trayHeader}</h1>
3 <p i18n-content="trayText"><p> 3 <p>$i18n{trayText}<p>
4 <div class="controls"> 4 <div class="controls">
5 <button i18n-content="nextButton" 5 <button class="next-button custom-appearance blue-button">
6 class="next-button custom-appearance blue-button"></button> 6 $i18n{nextButton}
7 </button>
7 </div> 8 </div>
8 </div> 9 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698