diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-28 14:45:40 -0400 | 
|---|---|---|
| committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-28 16:04:22 -0400 | 
| commit | 5dfeca1500983c2182b8e8d287c5ca234c9f8f89 (patch) | |
| tree | b85d1f1f7cbe29307026abb8f04fb4ff254e14f8 | |
| parent | 305cf4703bde4caefd4303bd7da97374e0939320 (diff) | |
Rename option for clarity
| -rw-r--r-- | ext/bg/settings.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 27ce45b9..1a745daa 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -313,7 +313,7 @@                  </p>                  <div class="checkbox"> -                    <label><input type="checkbox" id="enable-search-within-first-popup"> Enable search within the first popup with Alt+B</label> +                    <label><input type="checkbox" id="enable-search-within-first-popup"> Enable search when clicking glossary entries</label>                  </div>                  <div class="checkbox"> |