File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ def transcribe_thread(self):
92
92
self .progress_bar .start ()
93
93
# Setting path and files
94
94
glob_file = get_path (path )
95
- info_path = 'I will transcribe all eligible audio/video files in the path: {} \n \n Continue?' . format ( path )
95
+ info_path = 'Continue?'
96
96
answer = messagebox .askyesno ("Confirmation" , info_path )
97
97
if not answer :
98
98
self .progress_bar .stop ()
@@ -107,7 +107,7 @@ def transcribe_thread(self):
107
107
messagebox .showinfo ("Files not found error!" , 'Nothing found, choose another folder.' )
108
108
pass
109
109
except ValueError :
110
- messagebox .showinfo ("Language error!" , 'See {} for supported languages' . format ( error_language ) )
110
+ messagebox .showinfo ("Invalid language name, you might have to clear the default text to continue!" )
111
111
# Hide progress bar
112
112
self .progress_bar .stop ()
113
113
self .progress_bar .pack_forget ()
You can’t perform that action at this time.
0 commit comments