diff --git a/youtube-dl-pseudogui.sh b/youtube-dl-pseudogui.sh index 29bb41f..3b7e9a9 100755 --- a/youtube-dl-pseudogui.sh +++ b/youtube-dl-pseudogui.sh @@ -65,5 +65,5 @@ elif [ "$choix" = "3" ];then elif [ "$choix" = "4" ];then return=$($youtubedlbinary --update) - notify-send -t 60000 -i youtube "yt-dlp" "$return" + notify-send -t 60000 -i youtube "yt-dlp" "Mise à jour terminée\n\n$return" fi