mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
trivial changes
This commit is contained in:
@@ -82,7 +82,7 @@ typedef void (^CompletionBlock)(BOOL);
|
||||
{
|
||||
[super windowDidLoad];
|
||||
|
||||
NSString * name = self.node ? [self.node name] : [self.torrent name];
|
||||
NSString * name = [self.node name] ?: [self.torrent name];
|
||||
NSString * label = [NSString stringWithFormat: NSLocalizedString(@"Rename the file \"%@\":", "rename sheet label"), name];
|
||||
[self.labelField setStringValue: label];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user