Chromium Code Reviews| 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 b0af7b957da4b1652c1521d2347536e090243469..40a603973276894f1956813b3a63a122a0db15a2 100644 |
| --- a/chrome/browser/resources/options/language_options.html |
| +++ b/chrome/browser/resources/options/language_options.html |
| @@ -66,6 +66,16 @@ |
| </button> |
| </if> |
| </div> |
| + <div id="language-options-dont-translate" |
| + class="language-options-contents"> |
| + <div class="checkbox"> |
| + <label> |
| + <input type="checkbox"> |
| + <span class="dont-translate-label" |
| + i18n-content="dont_translate"></span> |
|
Evan Stade
2013/05/28 17:08:11
the style is really inconsistent in this file (and
hajimehoshi
2013/05/29 03:52:23
1) Done
2) Hmm, I'll do for 'dont_translate' in th
|
| + </label> |
| + </div> |
| + </div> |
| <if expr="pp_ifdef('chromeos')"> |
| <h3 i18n-content="input_method"></h3> |
| <div id="language-options-input-method-template" class="input-method" |