Add Help Wanted for desktop environment

This commit is contained in:
MatMoul 2016-04-09 03:46:00 +02:00
parent ebafae25dc
commit 40671e9fcc

View file

@ -26,7 +26,7 @@ fi
sed -i "/^defaultitem=/c\defaultitem=\"$sel\"" $0
helpwanted(){
msg="As you can imagine, it is difficult to manage desktop setup that I not use every day.\n\nIf you are motivated and trained, join me on https://github.com/MatMoul/archdi-pkg to support this desktop enivironnement."
msg="As you can imagine, it's difficult to manage desktop setup that I not use every day.\n\nIf you are motivated and trained, join me on https://github.com/MatMoul/archdi-pkg to support this desktop enivironnement."
whiptail --backtitle "$apptitle" --title "Help Wanted" --msgbox "$msg" 0 0
}