make "Color" button in groups window localized; update strings file
This commit is contained in:
parent
76e46e6fcc
commit
7bef4e8cca
Binary file not shown.
|
@ -118,6 +118,8 @@ GroupsWindowController * fGroupsWindowInstance = nil;
|
|||
[[fTableView tableColumnWithIdentifier: @"Color"] setDataCell: cell];
|
||||
[cell release];
|
||||
|
||||
[[[fTableView tableColumnWithIdentifier: @"Button"] dataCell] setTitle: NSLocalizedString(@"Color", "Groups -> Color Button")];
|
||||
|
||||
[fTableView registerForDraggedTypes: [NSArray arrayWithObject: GROUP_TABLE_VIEW_DATA_TYPE]];
|
||||
|
||||
if ([NSApp isOnLeopardOrBetter])
|
||||
|
|
Loading…
Reference in New Issue