From: Jay Freeman (saurik) Date: Fri, 19 Nov 2010 00:46:13 +0000 (-0800) Subject: Reactivate and localize 'Loading Changes' progress indication. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/939f8030983ce6535f84311a1af45405a0d20b0a 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];