Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed543 committed May 31, 2023
1 parent 6833072 commit c4834ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def tr_file():
time.sleep(1)
subs.save(filepath.replace(file_type, "translated_subtitles.srt"))
file_tr_win.update_idletasks()
return messagebox.showinfo('Done','The file has been translated')
return messagebox.showinfo('Done','The file has been translated and saved')

elif file_type == '.srt' and radio_value.get() != 0:
return messagebox.showerror('Error', ' You can\'t use this option with a srt file')
Expand Down

0 comments on commit c4834ca

Please sign in to comment.