record script: adjust message case

This commit is contained in:
end-4
2025-06-15 09:16:25 +02:00
parent 6c4830c47a
commit 1f41129669
+1 -1
View File
@@ -22,7 +22,7 @@ if pgrep wf-recorder > /dev/null; then
pkill wf-recorder &
else
if ! region="$(slurp 2>&1)"; then
notify-send "Recording Cancelled" "Selection was Cancelled" -a 'Recorder'
notify-send "Recording cancelled" "Selection was cancelled" -a 'Recorder'
exit 1
fi