1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00

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

2
NEWS
View file

@ -11,7 +11,7 @@ NEWS file for Transmission <http://transmission.m0k.org/>
+ Group labels
+ Statistics window
+ Pieces Bar (return of Advanced Bar)
+ Availability Bar (overlay on regular bar)
+ Display not available overlay on the regular bar
+ Display remaining time for seeding transfers
+ Sort by total activity
+ Leopard: Time Machine will ignore incomplete downloads

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];