From 18a7b6d7b8da6db97c3cf9fc430351ff1fab2b42 Mon Sep 17 00:00:00 2001 From: jlw4049 Date: Mon, 15 Mar 2021 22:28:21 -0400 Subject: [PATCH] Minor change to status label on 'Open Button' --- FFMPEGAudioEncoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFMPEGAudioEncoder.py b/FFMPEGAudioEncoder.py index 60c1b55..d98e2a1 100644 --- a/FFMPEGAudioEncoder.py +++ b/FFMPEGAudioEncoder.py @@ -5847,7 +5847,7 @@ def update_file_input(*args): input_entry.dnd_bind('<>', drop_input) def input_button_on_enter(e): - status_label.configure(text='Click To Open File...') + status_label.configure(text='Click To Open File or Drag and Drop...') def input_button_on_leave(e): status_label.configure(text='')