summaryrefslogtreecommitdiffstats
path: root/bin/bluetooth-devices
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bluetooth-devices')
-rwxr-xr-xbin/bluetooth-devices4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bluetooth-devices b/bin/bluetooth-devices
index f5fe284..d14ff0a 100755
--- a/bin/bluetooth-devices
+++ b/bin/bluetooth-devices
@@ -10,9 +10,9 @@ connect_bluetooth() {
local DEVICE=$2
if bluetoothctl connect $MAC | grep -q 'successful'
then
- notify-send -t 5000 -r 2954 -u normal " Connected successfully from" " $DEVICE"
+ notify-send -t 5000 -r 2954 -u normal " Connected successfully to" " $DEVICE"
else
- notify-send -t 5000 -r 2954 -u normal " Couldn't connect from" " $DEVICE"
+ notify-send -t 5000 -r 2954 -u normal " Couldn't connect to" " $DEVICE"
fi
}