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

Side by Side Diff: chrome/browser/resources/options/chromeos/note_overlay.html

Issue 2273273003: Update strings for ash palette and rename options/settings files. (Closed)
Patch Set: A few more string changes Created 4 years, 3 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
(Empty)
1 <div id="note-overlay" class="page" hidden>
2 <div class="close-button"></div>
3 <h1 i18n-content="noteOverlay"></h1>
4 <div class="content-area">
5 <div class="option-control-table">
6 <div class="option-name">
7 <div class="checkbox controlled-setting-with-label">
8 <label>
9 <input pref="settings.launch_palette_on_eject_event"
10 type="checkbox">
11 <span i18n-content="noteDefaultAppAutoLaunch"></span>
12 </label>
13 </div>
14 </div>
15 </div>
16
17 <!-- TODO(jdufault): Real webstore link -->
18 <a is="action-link" i18n-content="noteFindMoreApps" target="_blank"
19 id='note-find-more-link'
20 href="https://chrome.google.com/webstore/category/apps"></a>
21 </div>
22
23 <div class="action-area">
24 <div class="button-strip">
25 <button id="note-cancel" type="reset" i18n-content="cancel"></button>
26 <button id="note-confirm" class="default-button" type="submit"
27 i18n-content="ok">
28 </button>
29 </div>
30 </div>
31 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/chromeos/note_overlay.css ('k') | chrome/browser/resources/options/chromeos/note_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698