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:
parent
66edcdee35
commit
161db11c1e
3 changed files with 3 additions and 4 deletions
|
@ -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];
|
||||
|
||||
|
|
1
macosx/English.lproj/MainMenu.nib/info.nib
generated
1
macosx/English.lproj/MainMenu.nib/info.nib
generated
|
@ -11,7 +11,6 @@
|
|||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>1480</integer>
|
||||
<integer>2351</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>9B18</string>
|
||||
|
|
BIN
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
generated
BIN
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
generated
Binary file not shown.
Loading…
Reference in a new issue