mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +00:00
add a title to the Creator's open panel
This commit is contained in:
@@ -281,6 +281,7 @@
|
||||
{
|
||||
NSOpenPanel * panel = [NSOpenPanel openPanel];
|
||||
|
||||
[panel setTitle: NSLocalizedString(@"Create Torrent File", "Create torrent -> select file")];
|
||||
[panel setPrompt: NSLocalizedString(@"Select", "Create torrent -> select file")];
|
||||
[panel setAllowsMultipleSelection: NO];
|
||||
[panel setCanChooseFiles: YES];
|
||||
|
||||
Reference in New Issue
Block a user