mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 23:10:41 -08:00
Merge pull request #232 from phoebe-leong/patch-1
changed multiselect wording and removed '!'s on install.sh
This commit is contained in:
commit
eef010d77c
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ set_ini_value() {
|
|||
#== Multiselect ================================================================
|
||||
# https://stackoverflow.com/questions/45382472/bash-select-multiple-answers-at-once/54261882
|
||||
multiselect() {
|
||||
echo 'Select with <space>, Done with <enter>!!!'
|
||||
echo 'Select with <space>, confirm with <enter>'
|
||||
|
||||
# little helpers for terminal print control and key input
|
||||
ESC=$( printf "\033")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue