update news and localizable strings

This commit is contained in:
Mitchell Livingston
2007-12-19 15:17:23 +00:00
parent 4744c7f8a4
commit aa0cf68832
3 changed files with 3 additions and 2 deletions

View File

@@ -333,7 +333,8 @@ GroupsWindowController * fGroupsWindowInstance = nil;
{
NSMenu * menu = [[NSMenu alloc] initWithTitle: @"Groups"];
NSMenuItem * item = [[NSMenuItem alloc] initWithTitle: @"None" action: action keyEquivalent: @""];
NSMenuItem * item = [[NSMenuItem alloc] initWithTitle: NSLocalizedString(@"None", "Groups -> Menu") action: action
keyEquivalent: @""];
[item setTarget: target];
[item setRepresentedObject: [NSNumber numberWithInt: -1]];
[menu addItem: item];