localize new string

This commit is contained in:
Mitchell Livingston 2007-02-23 15:56:52 +00:00
parent c21833ab06
commit 74d2eefac4
1 changed files with 2 additions and 1 deletions

View File

@ -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]]];