diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-23 22:51:15 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-23 22:51:15 -0500 | 
| commit | 7b41f3b7b26af44c21a7c7fbd212e93b9d5dea67 (patch) | |
| tree | 5b747555b7d341684c067fdf09738d21e8cd3200 | |
| parent | ebfef0c74858607d050da2cdc9046a681b133b25 (diff) | |
Replace "Disabled" with "None", for better terminology consistency (#1304)
| -rw-r--r-- | ext/bg/settings2.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/bg/settings2.html b/ext/bg/settings2.html index 448cc67d..02bddb71 100644 --- a/ext/bg/settings2.html +++ b/ext/bg/settings2.html @@ -1219,10 +1219,10 @@              </div>              <div class="settings-item-right">                  <select data-setting="parsing.readingMode"> +                    <option value="none">None</option>                      <option value="hiragana">ひらがな</option>                      <option value="katakana">カタカナ</option>                      <option value="romaji">Romaji</option> -                    <option value="none">Disabled</option>                  </select>              </div>          </div></div> |