Merge pull request #3943 from yubiuser/fix/whiptail

Change wording in whiptail for adlist selection
pull/3946/head
DL6ER 3 years ago committed by GitHub
commit ae1a59285d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1285,7 +1285,7 @@ chooseBlocklists() {
mv "${adlistFile}" "${adlistFile}.old"
fi
# Let user select (or not) blocklists via a checklist
cmd=(whiptail --separate-output --checklist "Pi-hole relies on third party lists in order to block ads.\\n\\nYou can use the suggestions below, and/or add your own after installation\\n\\nTo deselect any list, use the arrow keys and spacebar" "${r}" "${c}" 5)
cmd=(whiptail --separate-output --checklist "Pi-hole relies on third party lists in order to block ads.\\n\\nYou can use the suggestion below, and/or add your own after installation\\n\\nTo deselect the suggested list, use spacebar" "${r}" "${c}" 5)
# In an array, show the options available (all off by default):
options=(StevenBlack "StevenBlack's Unified Hosts List" on)

Loading…
Cancel
Save