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

Unified Diff: chrome/browser/resources/options/language_options.html

Issue 1156473007: Enables the user to select multiple languages for spellchecking (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/language_options.html
diff --git a/chrome/browser/resources/options/language_options.html b/chrome/browser/resources/options/language_options.html
index eebd29d375665afdeb1949dcc5552a1059cf7867..8bc57c84e00ffceb25fbd43d6896ca0034571bbd 100644
--- a/chrome/browser/resources/options/language_options.html
+++ b/chrome/browser/resources/options/language_options.html
@@ -41,6 +41,14 @@
dictionary pane. -->
<if expr="not is_macosx">
<div id="language-options-spellcheck" class="language-options-contents">
+ <div class="checkbox"
+ id="language-options-spell-check-language-checkbox-div">
Julius 2015/06/03 21:18:38 Seems like this long id is the way to go. I did, h
+ <label>
+ <input type="checkbox"
+ id="language-options-spell-check-language-checkbox">
+ <span i18n-content="useThisForSpellChecking"></span>
+ </label>
+ </div>
<button id="language-options-spell-check-language-button"
i18n-content="useThisForSpellChecking">
</button>

Powered by Google App Engine
This is Rietveld 408576698