@@ -817,7 +817,7 @@ def main():
817817 parser .add_argument ('-S' , '--src-language' , help = "Voice language" , default = "en" )
818818 parser .add_argument ('-D' , '--dst-language' , help = "Desired language for translation" , default = "en" )
819819 parser .add_argument ('-F' , '--format' , help = "Destination subtitle format" , default = "srt" )
820- parser .add_argument ('-v' , '--version' , action = 'version' , version = '0.1.6 ' )
820+ parser .add_argument ('-v' , '--version' , action = 'version' , version = '0.1.7 ' )
821821 parser .add_argument ('-lf' , '--list-formats' , help = "List all available subtitle formats" , action = 'store_true' )
822822 parser .add_argument ('-ll' , '--list-languages' , help = "List all available source/translation languages" , action = 'store_true' )
823823
@@ -901,7 +901,7 @@ def main():
901901 main_window ['-INPUT-' ].update (filepath )
902902 else :
903903 main_window ['-INPUT-' ].update ('' )
904- main_window ['-ML1 -' ].update ('File path you typed is not exist, please browse it\n \n ' )
904+ main_window ['-OUTPUT-MESSAGES -' ].update ('File path you typed is not exist, please browse it\n \n ' )
905905
906906 if args .src_language :
907907 if args .src_language not in map_language_of_code .keys ():
0 commit comments