summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-11-18 16:46:13 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2010-11-18 16:46:13 -0800
commit376c37e8d8b7aa779861f826c092316592f1a3e3 (patch)
treef074519d5c1dd1c0610268958a2255d032dad9f9
parent07befb0c8289bc3f7b46301c2a925771e85c3c96 (diff)
Reactivate and localize 'Loading Changes' progress indication.
-rw-r--r--MobileCydia.mm5
1 files changed, 2 insertions, 3 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index b6802c0..d5d5821 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -7017,10 +7017,9 @@ freeing the view controllers on tab change */
[sections_ removeAllObjects];
-#if 0
+#if 1
UIProgressHUD *hud([delegate_ addProgressHUD]);
- // XXX: localize
- [hud setText:@"Loading Changes"];
+ [hud setText:UCLocalize("LOADING")];
//NSLog(@"HUD:%@::%@", delegate_, hud);
[self yieldToSelector:@selector(_reloadPackages:) withObject:packages];
[delegate_ removeProgressHUD:hud];