mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 05:08:32 +00:00
display file count in inspector next to total size, instead of under the file table
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
fileString = NSLocalizedString(@"1 File, ", "Drag overlay -> torrents");
|
||||
else
|
||||
fileString= [NSString stringWithFormat: NSLocalizedString(@"%d Files, ", "Drag overlay -> torrents"), fileCount];
|
||||
secondString = [fileString stringByAppendingString: secondString];
|
||||
secondString = [fileString stringByAppendingString: secondString];
|
||||
}
|
||||
|
||||
if (count == 1)
|
||||
|
||||
Reference in New Issue
Block a user