Skip to content

Commit

Permalink
Minor change to status label on 'Open Button'
Browse files Browse the repository at this point in the history
  • Loading branch information
jessielw committed Mar 16, 2021
1 parent 74c964e commit 18a7b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFMPEGAudioEncoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -5847,7 +5847,7 @@ def update_file_input(*args):
input_entry.dnd_bind('<<Drop>>', 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='')
Expand Down

0 comments on commit 18a7b6d

Please sign in to comment.