mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
localize new string
This commit is contained in:
parent
c21833ab06
commit
74d2eefac4
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@
|
||||||
[NSFont messageFontOfSize: 9.0], NSFontAttributeName,
|
[NSFont messageFontOfSize: 9.0], NSFontAttributeName,
|
||||||
paragraphStyle, NSParagraphStyleAttributeName, nil];
|
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],
|
100.0 * [[item objectForKey: @"Progress"] floatValue],
|
||||||
[NSString stringForFileSize: [[item objectForKey: @"Size"] unsignedLongLongValue]]];
|
[NSString stringForFileSize: [[item objectForKey: @"Size"] unsignedLongLongValue]]];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue