]> git.saurik.com Git - cydia.git/commitdiff
Rename Simple segment to User under Installed tab.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 19 May 2014 02:12:43 +0000 (19:12 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 19 May 2014 02:12:43 +0000 (19:12 -0700)
MobileCydia.mm

index ce62d77cb59614aae3966cb0bdc79d18f34ccccb..2baba6cd0e52d9f6d458596e47ab6f5be0145f09 100644 (file)
@@ -7864,7 +7864,7 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi
 
 - (id) initWithDatabase:(Database *)database {
     if ((self = [super initWithDatabase:database title:UCLocalize("INSTALLED")]) != nil) {
-        UISegmentedControl *segmented([[[UISegmentedControl alloc] initWithItems:[NSArray arrayWithObjects:UCLocalize("SIMPLE"), UCLocalize("EXPERT"), UCLocalize("RECENT"), nil]] autorelease]);
+        UISegmentedControl *segmented([[[UISegmentedControl alloc] initWithItems:[NSArray arrayWithObjects:UCLocalize("USER"), UCLocalize("EXPERT"), UCLocalize("RECENT"), nil]] autorelease]);
         [segmented setSelectedSegmentIndex:0];
         [segmented setSegmentedControlStyle:UISegmentedControlStyleBar];
         [[self navigationItem] setTitleView:segmented];