mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +00:00
add missing title localizations
This commit is contained in:
parent
35063d2482
commit
c6456aead9
2 changed files with 4 additions and 1 deletions
|
@ -52,7 +52,8 @@ GroupsWindowController * fGroupsWindowInstance = nil;
|
|||
|
||||
- (void) awakeFromNib
|
||||
{
|
||||
[[[fTableView tableColumnWithIdentifier: @"Button"] dataCell] setTitle: NSLocalizedString(@"Color", "Groups -> Color Button")];
|
||||
[[self window] setTitle: NSLocalizedString(@"Groups", "Groups -> window title")];
|
||||
[[[fTableView tableColumnWithIdentifier: @"Button"] dataCell] setTitle: NSLocalizedString(@"Color", "Groups -> color button")];
|
||||
|
||||
[fTableView registerForDraggedTypes: [NSArray arrayWithObject: GROUP_TABLE_VIEW_DATA_TYPE]];
|
||||
|
||||
|
|
|
@ -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: @":"]];
|
||||
|
|
Loading…
Add table
Reference in a new issue