Skip to content

Commit

Permalink
Merge pull request #17 from privacyint/Fix-Linebreaks-in-Main
Browse files Browse the repository at this point in the history
Fix line breaks
  • Loading branch information
CJFWeatherhead committed Aug 18, 2020
2 parents 31a84ac + 62208a8 commit d562caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ "$ask" == "Show the documentation" ]; then
fi

if [ "$ask" == "Update -- Experimental" ]; then
zenity --question --width=600 --height=400 --text="WARNING: This is an experimental feature /n it may cause features to no longer function correctly /n Click Yes if you would like to update and No to cancel"
zenity --question --width=600 --height=400 --text="WARNING: This is an experimental feature \n it may cause features to no longer function correctly \n Click Yes if you would like to update and No to cancel"
rc=$?
if [ "${rc}" == "1" ]; then
exit 1
Expand Down

0 comments on commit d562caf

Please sign in to comment.