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

Unified Diff: chrome/browser/resources/options/chromeos/stylus_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, 4 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
Index: chrome/browser/resources/options/chromeos/stylus_overlay.html
diff --git a/chrome/browser/resources/options/chromeos/note_overlay.html b/chrome/browser/resources/options/chromeos/stylus_overlay.html
similarity index 52%
rename from chrome/browser/resources/options/chromeos/note_overlay.html
rename to chrome/browser/resources/options/chromeos/stylus_overlay.html
index 1e90a2ef79cc34e76854f31fc747afc62d7f6db1..861e7b47e46901d2982c8a9b4c1aa62a30ac0612 100644
--- a/chrome/browser/resources/options/chromeos/note_overlay.html
+++ b/chrome/browser/resources/options/chromeos/stylus_overlay.html
@@ -1,6 +1,6 @@
-<div id="note-overlay" class="page" hidden>
+<div id="stylus-overlay" class="page" hidden>
<div class="close-button"></div>
- <h1 i18n-content="noteOverlay"></h1>
+ <h1 i18n-content="stylusOverlay"></h1>
<div class="content-area">
<div class="option-control-table">
<div class="option-name">
@@ -8,22 +8,22 @@
<label>
<input pref="settings.launch_palette_on_eject_event"
type="checkbox">
- <span i18n-content="noteDefaultAppAutoLaunch"></span>
+ <span i18n-content="stylusAutoOpenStylusTools"></span>
</label>
</div>
</div>
</div>
<!-- TODO(jdufault): Real webstore link -->
- <a is="action-link" i18n-content="noteFindMoreApps" target="_blank"
- id='note-find-more-link'
- href="https://chrome.google.com/webstore/category/apps"></a>
+ <a is="action-link" i18n-content="stylusFindMoreApps" target="_blank"
+ id='stylus-find-more-link'
+ href="https://play.google.com/store/apps/collection/promotion_30023cb_stylus_apps"></a>
</div>
<div class="action-area">
<div class="button-strip">
- <button id="note-cancel" type="reset" i18n-content="cancel"></button>
- <button id="note-confirm" class="default-button" type="submit"
+ <button id="stylus-cancel" type="reset" i18n-content="cancel"></button>
+ <button id="stylus-confirm" class="default-button" type="submit"
i18n-content="ok">
</button>
</div>

Powered by Google App Engine
This is Rietveld 408576698