]> git.saurik.com Git - safemode-ios.git/commitdiff
Added a Tap Help thing from Britta.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 30 Aug 2011 10:46:28 +0000 (03:46 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 12 Oct 2011 22:14:24 +0000 (15:14 -0700)
MobileSafety.mm

index a1d93cc84a0d35b91fd725e2a11fcb5b1244fc99..834b1ef14ff80eb00b00f9a28ecb2cc77d8917cd 100644 (file)
@@ -91,7 +91,7 @@ void SafeModeAlertItem$alertSheet$buttonClicked$(id self, SEL sel, id sheet, int
 void SafeModeAlertItem$configure$requirePasscodeForActions$(id self, SEL sel, BOOL configure, BOOL require) {
     UIAlertView *sheet([self alertSheet]);
     [sheet setDelegate:self];
-    [sheet setBodyText:@"We apologize for the inconvenience, but SpringBoard has just crashed.\n\nMobileSubstrate /did not/ cause this problem: it has protected you from it.\n\nYour device is now running in Safe Mode. All extensions that support this safety system are disabled.\n\nReboot (or restart SpringBoard) to return to the normal mode. To return to this dialog touch the status bar."];
+    [sheet setBodyText:@"We apologize for the inconvenience, but SpringBoard has just crashed.\n\nMobileSubstrate /did not/ cause this problem: it has protected you from it.\n\nYour device is now running in Safe Mode. All extensions that support this safety system are disabled.\n\nReboot (or restart SpringBoard) to return to the normal mode. To return to this dialog touch the status bar.\n\nTap \"Help\" below for more tips."];
     [sheet addButtonWithTitle:@"OK"];
     [sheet addButtonWithTitle:@"Restart"];
     [sheet addButtonWithTitle:@"Help"];