diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-14 21:33:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 21:33:41 -0500 |
commit | 29b6c98e9fa31e2397986bf0750f4b696a0051d5 (patch) | |
tree | 9b2f2493fbaee404ab369a880da153f7dd425ad7 /ext/bg/welcome.html | |
parent | a97fbcde83dbafb147e936ff1ca720afab3bdc0a (diff) |
Clarify some settings descriptions (#1238)
* Clarify the meaning of the 'None' option; rename to 'No key'
* Clarify Auto-hide search popup
* Clarify Scan delay
* Move Support inputs for devices with touch screens; make advanced
Diffstat (limited to 'ext/bg/welcome.html')
-rw-r--r-- | ext/bg/welcome.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/welcome.html b/ext/bg/welcome.html index 2c769e2b..1d02d6d9 100644 --- a/ext/bg/welcome.html +++ b/ext/bg/welcome.html @@ -129,7 +129,7 @@ <div class="settings-item-inner"> <div class="settings-item-left"> <div class="settings-item-label">Auto-hide search popup</div> - <div class="settings-item-description">When no text or definitions are found, the popup will automatically hide.</div> + <div class="settings-item-description">When no definitions are found after scanning text, the popup will automatically hide.</div> </div> <div class="settings-item-right"> <label class="toggle"><input type="checkbox" data-setting="scanning.autoHideResults" @@ -155,7 +155,7 @@ <div class="settings-item"><div class="settings-item-inner"> <div class="settings-item-left"> <div class="settings-item-label">Scan delay <span class="light">(in milliseconds)</span></div> - <div class="settings-item-description">When no key or button is required for scanning, the delay before scanning occurs.</div> + <div class="settings-item-description">Change the delay before scanning occurs when no modifier key is required.</div> </div> <div class="settings-item-right"> <input type="number" data-setting="scanning.delay" min="0"> |