mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 12:44:46 +01:00
Again...
This commit is contained in:
parent
40123d9fad
commit
6213ebfcf0
@ -156,7 +156,7 @@ namespace Nikse.SubtitleEdit.Forms.AudioToText
|
|||||||
UiUtil.OpenFolder(folder);
|
UiUtil.OpenFolder(folder);
|
||||||
|
|
||||||
MessageBox.Show(this, $"Unpack and copy files from \"Faster-Whisper-XXL\" to: \"{folder}\"" + Environment.NewLine +
|
MessageBox.Show(this, $"Unpack and copy files from \"Faster-Whisper-XXL\" to: \"{folder}\"" + Environment.NewLine +
|
||||||
$"(so \"faster-whisper-xxl.exe\" should be in \"{folder}\")");
|
$"(so \"faster-whisper-xxl.exe\" should exist in \"{folder}\")");
|
||||||
DialogResult = DialogResult.OK;
|
DialogResult = DialogResult.OK;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user