mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
add missing title localizations
This commit is contained in:
@@ -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: @":"]];
|
||||
|
||||
Reference in New Issue
Block a user