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

Side by Side Diff: chrome/browser/resources/chromeos/first_run/help_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="help" class="step bubble transparent hidden"> 1 <div id="help" class="step bubble transparent hidden">
2 <div id="completion-image"></div> 2 <div id="completion-image"></div>
3 <h1 i18n-content="helpHeader"></h1> 3 <h1>$i18n{helpHeader}</h1>
4 <p i18n-content="helpText1"></p> 4 <p>$i18n{helpText1}</p>
5 <p i18n-content="helpText2"></p> 5 <p>$i18n{helpText2}</p>
6 <div class="controls"> 6 <div class="controls">
7 <button i18n-content="helpKeepExploringButton" 7 <button class="help-button custom-appearance blue-button">
8 class="help-button custom-appearance blue-button"></button> 8 $i18n{helpKeepExploringButton}
9 <button i18n-content="helpFinishButton" 9 </button>
10 class="next-button custom-appearance white-button"></button> 10 <button class="next-button custom-appearance white-button">
11 $i18n{helpFinishButton}
12 </button>
11 </div> 13 </div>
12 </div> 14 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698