Fixed a typo.
This commit is contained in:
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?")
|
batteryAlert=$(yesno "Do you want low battery notifications?")
|
||||||
fi
|
fi
|
||||||
brlapi=1
|
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=1
|
||||||
sounds=$(yesno "Do you want window event sounds?")
|
sounds=$(yesno "Do you want window event sounds?")
|
||||||
# Play Login Sound
|
# Play Login Sound
|
||||||
|
Reference in New Issue
Block a user