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

Side by Side Diff: chrome/browser/resources/settings/languages_page/languages_page.html

Issue 2047733003: MD Settings: Spellcheck subsection secondary text (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FixLanuageStrings
Patch Set: TODO Created 4 years, 6 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
1 <link rel="import" href="chrome://resources/html/assert.html"> 1 <link rel="import" href="chrome://resources/html/assert.html">
2 <link rel="import" href="chrome://resources/html/cr.html"> 2 <link rel="import" href="chrome://resources/html/cr.html">
3 <link rel="import" href="chrome://resources/html/polymer.html"> 3 <link rel="import" href="chrome://resources/html/polymer.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll apse.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll apse.html">
5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l">
6 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani matable.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani matable.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button.html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button.html">
8 <link rel="import" href="chrome://resources/cr_elements/cr_expand_button/cr_expa nd_button.html"> 8 <link rel="import" href="chrome://resources/cr_elements/cr_expand_button/cr_expa nd_button.html">
9 <link rel="import" href="chrome://resources/cr_elements/icons.html"> 9 <link rel="import" href="chrome://resources/cr_elements/icons.html">
10 <link rel="import" href="/icons.html"> 10 <link rel="import" href="/icons.html">
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 on-tap="onManageInputMethodsTap_"> 108 on-tap="onManageInputMethodsTap_">
109 $i18n{manageInputMethods} 109 $i18n{manageInputMethods}
110 </div> 110 </div>
111 </div> 111 </div>
112 </iron-collapse> 112 </iron-collapse>
113 </if> 113 </if>
114 <if expr="not is_macosx"> 114 <if expr="not is_macosx">
115 <div class="settings-box two-line"> 115 <div class="settings-box two-line">
116 <div class="start"> 116 <div class="start">
117 <div>$i18n{spellCheckListTitle}</div> 117 <div>$i18n{spellCheckListTitle}</div>
118 <div class="secondary">[[spellCheckSecondary_]]</div> 118 <div class="secondary">
119 [[getSpellCheckSecondaryText_(languages.enabled.*)]]
120 </div>
119 </div> 121 </div>
120 <cr-expand-button expanded="{{spellCheckOpened_}}"> 122 <cr-expand-button expanded="{{spellCheckOpened_}}">
121 </cr-expand-button> 123 </cr-expand-button>
122 </div> 124 </div>
123 <iron-collapse id="spellCheckCollapse" opened="[[spellCheckOpened_]]"> 125 <iron-collapse id="spellCheckCollapse" opened="[[spellCheckOpened_]]">
124 <div class="list-frame vertical-list"> 126 <div class="list-frame vertical-list">
125 <template is="dom-repeat" 127 <template is="dom-repeat"
126 items="[[spellCheckLanguages_(languages.enabled.*)]]"> 128 items="[[spellCheckLanguages_(languages.enabled.*)]]">
127 <div class="list-item"> 129 <div class="list-item">
128 <div class="start"> 130 <div class="start">
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 <template is="dom-if" name="edit-dictionary"> 171 <template is="dom-if" name="edit-dictionary">
170 <settings-subpage page-title="$i18n{editDictionaryPageTitle}"> 172 <settings-subpage page-title="$i18n{editDictionaryPageTitle}">
171 <settings-edit-dictionary-page></settings-edit-dictionary-page> 173 <settings-edit-dictionary-page></settings-edit-dictionary-page>
172 </settings-subpage> 174 </settings-subpage>
173 </template> 175 </template>
174 </if> 176 </if>
175 </settings-animated-pages> 177 </settings-animated-pages>
176 </template> 178 </template>
177 <script src="languages_page.js"></script> 179 <script src="languages_page.js"></script>
178 </dom-module> 180 </dom-module>
OLDNEW
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/languages_page/languages_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698