From 74d2eefac41ecb789e53260feb65dd6a699e09db Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 23 Feb 2007 15:56:52 +0000 Subject: [PATCH] localize new string --- macosx/FileBrowserCell.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macosx/FileBrowserCell.m b/macosx/FileBrowserCell.m index b5fad141a..15cf4e3c5 100644 --- a/macosx/FileBrowserCell.m +++ b/macosx/FileBrowserCell.m @@ -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]]];