From 43055653fd41f87411de363b57b9f494328de615 Mon Sep 17 00:00:00 2001 From: Max Coplan Date: Tue, 30 Apr 2019 18:43:35 -0400 Subject: [PATCH] grammar fixes you say "close terminated" and "an semi" --- xyz.skylarmccauley.sourceutility/usr/bin/sourceutility | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xyz.skylarmccauley.sourceutility/usr/bin/sourceutility b/xyz.skylarmccauley.sourceutility/usr/bin/sourceutility index 8f7993d..3bc3063 100755 --- a/xyz.skylarmccauley.sourceutility/usr/bin/sourceutility +++ b/xyz.skylarmccauley.sourceutility/usr/bin/sourceutility @@ -1352,7 +1352,7 @@ sync_cydia_zebra() { } hard_respring() { check_if_root - echo "Do NOT close terminate this script until your iOS Device has resprung." + echo "Do NOT terminate this script until your iOS Device has resprung." echo "Respringing..." ldrestart exit 0; @@ -1364,7 +1364,7 @@ kill_springboard() { exit 0; } run_reboot() { - echo -e "You are about to reboot your iOS Device. If you are runnning anything ${RED}newer than iOS 9.1${STD}, you are likely using an semi-tethered jailbreak. This means that after a reboot, you will ${RED}temporarily lose your jailbreak${STD}." + echo -e "You are about to reboot your iOS Device. If you are runnning anything ${RED}newer than iOS 9.1${STD}, you are likely using a semi-tethered jailbreak. This means that after a reboot, you will ${RED}temporarily lose your jailbreak${STD}." read -p "Are you sure you want to continue? [Y/N] " -n 1 -r echo # (optional) move to a new line if [[ $REPLY =~ ^[Yy]$ ]]; then @@ -1741,4 +1741,4 @@ sync_menu() { while true do start_menu -done \ No newline at end of file +done