1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 21:12:05 +00:00

3 words for a button is a bit much.

This commit is contained in:
Mitchell Livingston 2006-08-02 00:10:02 +00:00
parent 4b5300939c
commit 2ac14534bb

View file

@ -483,7 +483,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
{
NSOpenPanel * panel = [NSOpenPanel openPanel];
[panel setPrompt: @"Select Download Folder"];
[panel setPrompt: @"Select"];
[panel setAllowsMultipleSelection: NO];
[panel setCanChooseFiles: NO];
[panel setCanChooseDirectories: YES];