1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 13:16:53 +00:00

move label of transfer count to bottom of window

This commit is contained in:
Mitchell Livingston 2007-12-04 20:07:42 +00:00
parent 66edcdee35
commit 161db11c1e
3 changed files with 3 additions and 4 deletions

View file

@ -1816,12 +1816,12 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
NSString * totalTorrentsString;
int totalCount = [fTorrents count];
if (totalCount != 1)
totalTorrentsString = [NSString stringWithFormat: NSLocalizedString(@"%d Transfers", "Status bar transfer count"), totalCount];
totalTorrentsString = [NSString stringWithFormat: NSLocalizedString(@"%d transfers", "Status bar transfer count"), totalCount];
else
totalTorrentsString = NSLocalizedString(@"1 Transfer", "Status bar transfer count");
totalTorrentsString = NSLocalizedString(@"1 transfer", "Status bar transfer count");
if (filtering)
totalTorrentsString = [NSString stringWithFormat: @"%d/%@", [fDisplayedTorrents count], totalTorrentsString];
totalTorrentsString = [NSString stringWithFormat: @"%d of %@", [fDisplayedTorrents count], totalTorrentsString];
[fTotalTorrentsField setStringValue: totalTorrentsString];

View file

@ -11,7 +11,6 @@
<key>IBOpenObjects</key>
<array>
<integer>1480</integer>
<integer>2351</integer>
</array>
<key>IBSystem Version</key>
<string>9B18</string>

Binary file not shown.