summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2012-01-19 23:33:31 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2012-01-20 00:26:28 -0800
commit1dc38e9c3a4bacab79baf18a418e19bee6d4026c (patch)
treecefbd4a671a186904e3de6d7d5196fc795d47b63
parent19f2d77f02510fd14320166f45a33e6aa77cb396 (diff)
Mark Force Clear as an Unsafe operation.
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index a011b9e..1870b77 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -9356,7 +9356,7 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi
initWithTitle:(count == 1 ? UCLocalize("HALFINSTALLED_PACKAGE") : [NSString stringWithFormat:UCLocalize("HALFINSTALLED_PACKAGES"), count])
message:UCLocalize("HALFINSTALLED_PACKAGE_EX")
delegate:self
- cancelButtonTitle:UCLocalize("FORCIBLY_CLEAR")
+ cancelButtonTitle:[NSString stringWithFormat:UCLocalize("PARENTHETICAL"), UCLocalize("FORCIBLY_CLEAR"), UCLocalize("UNSAFE")]
otherButtonTitles:
UCLocalize("TEMPORARY_IGNORE"),
nil