Skip to content

Commit aa4594f

Browse files
authored
Add files via upload
1 parent c6e47f3 commit aa4594f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

win/pyautosrt-windowed.pyw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ def main():
11091109
parser.add_argument('-S', '--src-language', help="Voice language", default="en")
11101110
parser.add_argument('-D', '--dst-language', help="Desired language for translation", default="en")
11111111
parser.add_argument('-F', '--format', help="Destination subtitle format", default="srt")
1112-
parser.add_argument('-v', '--version', action='version', version='0.1.6')
1112+
parser.add_argument('-v', '--version', action='version', version='0.1.7')
11131113
parser.add_argument('-lf', '--list-formats', help="List all available subtitle formats", action='store_true')
11141114
parser.add_argument('-ll', '--list-languages', help="List all available source/translation languages", action='store_true')
11151115

win/pyautosrt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.5')
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

Comments
 (0)