diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-29 19:10:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 19:10:57 -0500 |
commit | 04cf4ec8d58f3f0802973d1527f173b3926b62d0 (patch) | |
tree | d488443d62d9e0a16bd7565fcac7db7356154b29 /ext/bg/settings2.html | |
parent | c7c5bab1a986c2babe40c3b41267ce4303b41499 (diff) |
Settings and welcome page improvements (#1326)
* Update wording to be less repetitive
* Remove the shadow theme option from the welcome page, to avoid confusion
* Update input sizes
* Update select text to not clip the triangle icon
* Update wording
* Update descriptions
* Remove "popup" to not exclude the search page
Diffstat (limited to 'ext/bg/settings2.html')
-rw-r--r-- | ext/bg/settings2.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/bg/settings2.html b/ext/bg/settings2.html index d29bd4a1..2f1e2f73 100644 --- a/ext/bg/settings2.html +++ b/ext/bg/settings2.html @@ -579,7 +579,7 @@ <div class="settings-item-group-item"> <div class="settings-item-group-item-label">Shadow</div> <select data-setting="general.popupOuterTheme" class="short-width short-height"> - <option value="auto">Auto-detect</option> + <option value="auto">Auto</option> <option value="default">Light</option> <option value="dark">Dark</option> </select> @@ -876,9 +876,9 @@ </div> <div class="settings-item-right"> <select data-setting="general.popupVerticalTextPosition"> - <option value="default">Same as for horizontal text</option> - <option value="before">Before text reading direction</option> - <option value="after">After text reading direction</option> + <option value="default">Same as horizontal text</option> + <option value="before">Before reading direction</option> + <option value="after">After reading direction</option> <option value="left">Left of text</option> <option value="right">Right of text</option> </select> |