mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-18 13:02:36 +00:00
Update ColourOptionsController.m
This commit is contained in:
parent
9f3da12e1c
commit
ea9cb70c05
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
[super loadView];
|
||||
[self coloursView];
|
||||
|
||||
self.title = LOC(@"Theme Custom Color");
|
||||
self.title = @"Theme Custom Color";
|
||||
|
||||
UIBarButtonItem *closeButton = [[UIBarButtonItem alloc] initWithTitle:@"Close" style:UIBarButtonItemStylePlain target:self action:@selector(close)];
|
||||
self.navigationItem.rightBarButtonItem = closeButton;
|
||||
|
|
|
|||
Loading…
Reference in a new issue