From: Jay Freeman (saurik) Date: Fri, 19 Nov 2010 00:46:13 +0000 (-0800) Subject: Reactivate and localize 'Loading Changes' progress indication. X-Git-Tag: v1.0.3366~8 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/376c37e8d8b7aa779861f826c092316592f1a3e3 Reactivate and localize 'Loading Changes' progress indication. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index b6802c0f..d5d58213 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];