From 8c7e64977d1fcfcd876999cc9022fdc05d910b92 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Wed, 15 Mar 2017 16:33:46 +0100 Subject: [PATCH] MacGui: add a message in the panel to select the external app. --- macosx/HBPreferencesController.m | 1 + 1 file changed, 1 insertion(+) 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"]) -- 2.40.0