make "Color" button in groups window localized; update strings file

This commit is contained in:
Mitchell Livingston 2007-12-23 19:21:02 +00:00
parent 76e46e6fcc
commit 7bef4e8cca
2 changed files with 2 additions and 0 deletions

View File

@ -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])