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