From: Damiano Galassi Date: Wed, 15 Mar 2017 15:33:46 +0000 (+0100) Subject: MacGui: add a message in the panel to select the external app. X-Git-Tag: 1.1.0~638 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c7e64977d1fcfcd876999cc9022fdc05d910b92;p=handbrake MacGui: add a message in the panel to select the external app. --- diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index faebcb437..12b19abe0 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -189,6 +189,7 @@ [panel setCanChooseFiles:YES]; [panel setCanChooseDirectories:NO]; [panel setAllowedFileTypes:@[@"app"]]; + [panel setMessage:NSLocalizedString(@"Select the desired external application", nil)]; NSString *sendToAppDirectory; if ([[NSUserDefaults standardUserDefaults] stringForKey:@"LastSendToAppDirectory"])