Fixed a typo.
This commit is contained in:
parent
93127aeca3
commit
ca1b76302d
2
i38.sh
2
i38.sh
@ -399,7 +399,7 @@ if command -v acpi &> /dev/null ; then
|
||||
batteryAlert=$(yesno "Do you want low battery notifications?")
|
||||
fi
|
||||
brlapi=1
|
||||
brlapi=$(yesno "Do you want to use a braille display with $screenReader?")
|
||||
brlapi=$(yesno "Do you want to use a braille display with ${screenReader##*/}?")
|
||||
sounds=1
|
||||
sounds=$(yesno "Do you want window event sounds?")
|
||||
# Play Login Sound
|
||||
|
Loading…
Reference in New Issue
Block a user