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

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

Issue 11362063: Editing the custom spelling dictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Exclude custom dictionary WebUI from mac Created 8 years, 1 month 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 26aac395467cad298284746527b9605ee8d12ac3..47e5c2e42c88af953f0f951c7d3665d453f11300 100644
--- a/chrome/browser/resources/options/language_options.html
+++ b/chrome/browser/resources/options/language_options.html
@@ -81,6 +81,9 @@
<if expr="pp_ifdef('chromeos')">
<div i18n-content="switch_input_methods_hint"></div>
<div i18n-content="select_previous_input_method_hint"></div>
+ <button id="edit-dictionary-button"
+ class="link-button standalone-link-button"
+ i18n-content="languageDictionaryOverlayTitle"></button>
</if>
<if expr="not pp_ifdef('chromeos') and not is_macosx">
<div id="spell-check-option" class="checkbox">
@@ -89,6 +92,8 @@
metric="Options_SpellCheck" type="checkbox">
<span i18n-content="enable_spell_check"></span>
</label>
+ <button id="edit-dictionary-button" class="link-button"
+ i18n-content="languageDictionaryOverlayTitle" hidden></button>
</div>
<div id="auto-spell-correction-option" class="checkbox" hidden>
<label>
« no previous file with comments | « chrome/browser/resources/options/language_options.css ('k') | chrome/browser/resources/options/language_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698