mirror of
https://github.com/transmission/transmission
synced 2025-03-15 16:29:34 +00:00
adjust tracker table
This commit is contained in:
parent
14edc2cfe8
commit
265c29b907
2 changed files with 3035 additions and 3037 deletions
File diff suppressed because it is too large
Load diff
|
@ -752,7 +752,7 @@ typedef enum
|
|||
{
|
||||
id item = [[[fTorrents objectAtIndex: 0] allTrackers] objectAtIndex: row];
|
||||
if ([item isKindOfClass: [NSNumber class]])
|
||||
return [NSString stringWithFormat: @"Tier %d", [item intValue]+1];
|
||||
return [NSString stringWithFormat: NSLocalizedString(@"Tier %d", "Inspector -> tracker table"), [item intValue]+1];
|
||||
else
|
||||
return item;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue