| 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>
|
|
|