add missing title localizations

This commit is contained in:
Mitchell Livingston
2008-03-26 18:40:41 +00:00
parent 35063d2482
commit c6456aead9
2 changed files with 4 additions and 1 deletions

View File

@@ -58,6 +58,8 @@ tr_handle * fLib;
[[NSRunLoop currentRunLoop] addTimer: fTimer forMode: NSModalPanelRunLoopMode];
[[NSRunLoop currentRunLoop] addTimer: fTimer forMode: NSEventTrackingRunLoopMode];
[[self window] setTitle: NSLocalizedString(@"Statistics", "Stats window -> title")];
//set label text
[fUploadedLabelField setStringValue: [NSLocalizedString(@"Uploaded", "Stats window -> label") stringByAppendingString: @":"]];
[fDownloadedLabelField setStringValue: [NSLocalizedString(@"Downloaded", "Stats window -> label") stringByAppendingString: @":"]];