1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-15 16:29:34 +00:00

adjust tracker table

This commit is contained in:
Mitchell Livingston 2008-02-27 01:25:37 +00:00
parent 14edc2cfe8
commit 265c29b907
2 changed files with 3035 additions and 3037 deletions

File diff suppressed because it is too large Load diff

View file

@ -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;
}