diff options
-rwxr-xr-x | scripts/nsend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nsend b/scripts/nsend index ae5a382..80e1764 100755 --- a/scripts/nsend +++ b/scripts/nsend @@ -14,7 +14,7 @@ EOF exit 0 } -check_program "notify-send" "dunst must be installed" +check_program "notify-send" "libnotify must be installed" case "${1}" in "-s") |