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

Unified Diff: chrome/browser/resources/settings/device_page/stylus.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/settings/device_page/stylus.html
diff --git a/chrome/browser/resources/settings/device_page/note.html b/chrome/browser/resources/settings/device_page/stylus.html
similarity index 75%
rename from chrome/browser/resources/settings/device_page/note.html
rename to chrome/browser/resources/settings/device_page/stylus.html
index 75d57c60d5e2ee1614623b2a1a168c816c034d9d..52bc3466fa2f98b4c73111205cdaf68e8dbc777d 100644
--- a/chrome/browser/resources/settings/device_page/note.html
+++ b/chrome/browser/resources/settings/device_page/stylus.html
@@ -3,14 +3,14 @@
<link rel="import" href="/controls/settings_checkbox.html">
<link rel="import" href="/settings_shared_css.html">
-<dom-module id="settings-note">
+<dom-module id="settings-stylus">
<template>
<style include="settings-shared"></style>
<div class="settings-box">
<settings-checkbox
pref="{{prefs.settings.launch_palette_on_eject_event}}"
- label="$i18n{noteDefaultAppAutoLaunch}">
+ label="$i18n{stylusAutoOpenStylusTools}">
</settings-checkbox>
</div>
@@ -19,11 +19,11 @@
enable-intent-picker flag) that opens up the play store to a curated
list of apps. -->
<a is="action-link" target="_blank"
- href="https://chrome.google.com/webstore/category/apps">
- $i18n{noteFindMoreApps}
+ href="https://play.google.com/store/apps/collection/promotion_30023cb_stylus_apps">
+ $i18n{stylusFindMoreApps}
</a>
</div>
</template>
- <script src="note.js"></script>
+ <script src="stylus.js"></script>
</dom-module>
« no previous file with comments | « chrome/browser/resources/settings/device_page/note.js ('k') | chrome/browser/resources/settings/device_page/stylus.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698