mirror of
https://github.com/transmission/transmission.git
synced 2026-04-27 20:24:17 +01:00
set the inspector views' titles in each view's class
This commit is contained in:
@@ -40,7 +40,11 @@
|
||||
|
||||
- (id) init
|
||||
{
|
||||
self = [super initWithNibName: @"InfoFileView" bundle: nil];
|
||||
if ((self = [super initWithNibName: @"InfoFileView" bundle: nil]))
|
||||
{
|
||||
[self setTitle: NSLocalizedString(@"Files", "Inspector view -> title")];
|
||||
}
|
||||
|
||||
return self;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user