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

Side by Side Diff: chrome/browser/resources/chromeos/first_run/app_list_step.html

Issue 2625053007: [i18n] remove unneeded spans (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
« no previous file with comments | « chrome/browser/resources/chromeos/first_run/app/main.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="app-list" class="step bubble transparent hidden"> 1 <div id="app-list" class="step bubble transparent hidden">
2 <h1>$i18n{appListHeader}</h1> 2 <h1>$i18n{appListHeader}</h1>
3 <p> 3 <p>
4 <span>$i18n{appListText1}</span><br> 4 <div>$i18n{appListText1}</div>
5 <span>$i18n{appListText2}</span> 5 $i18n{appListText2}
6 </p> 6 </p>
7 <div class="controls"> 7 <div class="controls">
8 <button class="next-button custom-appearance blue-button"> 8 <button class="next-button custom-appearance blue-button">
9 $i18n{nextButton} 9 $i18n{nextButton}
10 </button> 10 </button>
11 </div> 11 </div>
12 </div> 12 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/first_run/app/main.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698