summaryrefslogtreecommitdiff
path: root/MobileSafety.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-08-30 03:46:28 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-10-12 15:14:24 -0700
commita67123617006a03a4d6b2813c46ce5b8e1cdf4e3 (patch)
tree19318ef2a62763e13db5feb6e01e76008226e664 /MobileSafety.mm
parentf7673201a860fde2a2fe6ee230dee94c9c4f3660 (diff)
Added a Tap Help thing from Britta.
Diffstat (limited to 'MobileSafety.mm')
-rw-r--r--MobileSafety.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileSafety.mm b/MobileSafety.mm
index a1d93cc..834b1ef 100644
--- a/MobileSafety.mm
+++ b/MobileSafety.mm
@@ -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"];