mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 17:49:52 +01:00
localize new string
This commit is contained in:
@@ -60,7 +60,8 @@
|
||||
[NSFont messageFontOfSize: 9.0], NSFontAttributeName,
|
||||
paragraphStyle, NSParagraphStyleAttributeName, nil];
|
||||
|
||||
NSString * statusString = [NSString stringWithFormat: @"%.2f%% of %@",
|
||||
NSString * statusString = [NSString stringWithFormat: NSLocalizedString(@"%.2f%% of %@",
|
||||
"Inspector -> Files tab -> file status string"),
|
||||
100.0 * [[item objectForKey: @"Progress"] floatValue],
|
||||
[NSString stringForFileSize: [[item objectForKey: @"Size"] unsignedLongLongValue]]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user