Skip to content

Commit 3d990ac

Browse files
committed
3.27
1 parent af30348 commit 3d990ac

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

ReaperScript.exe

-36 Bytes
Binary file not shown.

ReaperScript.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def on_fix_check_click(master: tkinter.Tk, BUTTONS: List):
156156
master = tkinter.Tk(className='REAPERSCRIPT.main')
157157
master.geometry(set_geometry(master))
158158
master.resizable(False, False)
159-
master.title('REAPERSCRIPT v3.26')
159+
master.title('REAPERSCRIPT v3.27')
160160
master.iconbitmap(default=resource_path('ico.ico'))
161161
master.protocol('WM_DELETE_WINDOW', on_closing)
162162
style = ttk.Style()

help_texts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
'Например:\n'
6666
'Файл с расширением ".flac420BPM" станет обычным ".flac".\n'
6767
'\n'
68-
'Если внутри видео с расширением ".mkv" есть субтитры,\n'
68+
'Если внутри видео есть субтитры,\n'
6969
'REAPERSCRIPT их достанет и добавит в проект.\n'
7070
'Сначала извлекаются субтитры из меню '
7171
'"Select subtitles to extract:",\n'

0 commit comments

Comments
 (0)