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:
parent
4744c7f8a4
commit
aa0cf68832
3 changed files with 3 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -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
|
||||
|
|
Binary file not shown.
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue