mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01: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