summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-12-10 03:56:39 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2008-12-10 03:56:39 +0000
commitdd869b95c27b9e75df01cb4440056fcabbdefdd3 (patch)
tree09b9300f99efc367345374fdafde5324c61e16e8
parent25f84761885588cba0e91b39065b911006d99fc5 (diff)
Numerous random fixes.
-rw-r--r--MobileSafety.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileSafety.mm b/MobileSafety.mm
index 0118e0b..6684eb4 100644
--- a/MobileSafety.mm
+++ b/MobileSafety.mm
@@ -61,7 +61,7 @@ static void MSAlert(id self, SEL sel) {
[[(id) objc_getClass("SBAlertItemsController") sharedInstance] activateAlertItem:
[[(id) objc_getClass("SBDismissOnlyAlertItem") alloc]
initWithTitle:@"Mobile Substrate Safe Mode"
- body:@"We apologize for the inconvenience, but SpringBoard has just crashed.\n\nA recent software installation, upgrade, or removal might have been the cause of this.\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."
+ body:@"We apologize for the inconvenience, but SpringBoard has just crashed.\n\nA recent software installation, upgrade, or removal might have been the cause of this.\n\nIf you are using IntelliScreen, then it probably crashed.\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."
]];
}