aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/welcome.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-12-20 22:09:16 -0500
committerGitHub <noreply@github.com>2020-12-20 22:09:16 -0500
commitabfe066d7ee97e83c3ffa1cac3eb3eb75a0ea856 (patch)
tree3b5b8f0e3c9e0cc1ef67a61e72c2f56d0ccd1015 /ext/bg/welcome.html
parent3ef1b9ebb27897ce76fcefc267fe8bf29bc90e02 (diff)
Fix description of scanning.autoHideResults setting (#1150)
Diffstat (limited to 'ext/bg/welcome.html')
-rw-r--r--ext/bg/welcome.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/welcome.html b/ext/bg/welcome.html
index acc08438..a838d830 100644
--- a/ext/bg/welcome.html
+++ b/ext/bg/welcome.html
@@ -128,7 +128,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 key or button is required for scanning, the popup will hide automatically.</div>
+ <div class="settings-item-description">When no text or definitions are found, the popup will automatically hide.</div>
</div>
<div class="settings-item-right">
<label class="toggle"><input type="checkbox" data-setting="scanning.autoHideResults" data-transform="setVisibility" data-ancestor-distance="-1" data-relative-selector="#auto-hide-search-popup-options" data-visbility-condition='{"op":"===","value":true}'><span class="toggle-body"><span class="toggle-track"></span><span class="toggle-knob"></span></span></label>