From 07ed90d4fc6a4aa929b6a964fc72477dd201c651 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 22 Oct 2023 21:00:05 -0400 Subject: [PATCH] Forgot to change the prompt to ask about the battery notifications. --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index 74d4fbe..24ee194 100755 --- a/i38.sh +++ b/i38.sh @@ -369,7 +369,7 @@ if [[ $dex -eq 0 ]]; then fi if command -v acpi &> /dev/null ; then batteryAlert=1 - batteryAlert=$(yesno "Do you want to use a braille display with Orca?") + batteryAlert=$(yesno "Do you want low battery notifications?") fi brlapi=1 brlapi=$(yesno "Do you want to use a braille display with Orca?")