mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
a couple more formatted integers
This commit is contained in:
@@ -236,7 +236,8 @@
|
||||
NSString * fileString;
|
||||
NSInteger count = [fTorrent fileCount];
|
||||
if (count != 1)
|
||||
fileString = [NSString stringWithFormat: NSLocalizedString(@"%d files", "Add torrent -> info"), count];
|
||||
fileString = [NSString stringWithFormat: NSLocalizedString(@"%@ files", "Add torrent -> info"),
|
||||
[NSString formattedUInteger: count]];
|
||||
else
|
||||
fileString = NSLocalizedString(@"1 file", "Add torrent -> info");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user