From 376c37e8d8b7aa779861f826c092316592f1a3e3 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 18 Nov 2010 16:46:13 -0800 Subject: Reactivate and localize 'Loading Changes' progress indication. --- MobileCydia.mm | 5 ++--- 1 file 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]; -- cgit v1.2.3