mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-03 22:22:19 +00:00
Move mail tags strings to UI/Common
This commit is contained in:
@@ -68,7 +68,6 @@
|
||||
component: (UIxComponent *) theComponent
|
||||
{
|
||||
NSMutableArray *allLabels, *allKeys;
|
||||
NSDictionary *mailLabelsColors;
|
||||
NSString *key, *name;
|
||||
SOGoMailLabel *label;
|
||||
NSArray *values;
|
||||
@@ -81,7 +80,7 @@
|
||||
{
|
||||
key = [allKeys objectAtIndex: i];
|
||||
values = [theDefaults objectForKey: key];
|
||||
name = [theComponent labelForKey: [values objectAtIndex: 0]];
|
||||
name = [theComponent commonLabelForKey: [values objectAtIndex: 0]];
|
||||
|
||||
label = [[self alloc] initWithName: key
|
||||
label: name
|
||||
|
||||
Reference in New Issue
Block a user