mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 12:44:46 +01:00
Fix another typo
This commit is contained in:
parent
2270bf012b
commit
2502e5b363
@ -568,7 +568,7 @@ namespace Nikse.SubtitleEdit.Core.Forms
|
|||||||
}
|
}
|
||||||
else if (isLeftOutCueOnShotChange)
|
else if (isLeftOutCueOnShotChange)
|
||||||
{
|
{
|
||||||
// The left out cue in on a shot change
|
// The left out cue is on a shot change
|
||||||
// Try to chain the subtitles
|
// Try to chain the subtitles
|
||||||
var fixedRightInCueFrame = GetFixedChainableSubtitlesRightInCueFrameOutCueOnShot(bestLeftOutCueFrame, bestRightInCueFrame);
|
var fixedRightInCueFrame = GetFixedChainableSubtitlesRightInCueFrameOutCueOnShot(bestLeftOutCueFrame, bestRightInCueFrame);
|
||||||
if (fixedRightInCueFrame != null)
|
if (fixedRightInCueFrame != null)
|
||||||
|
Loading…
Reference in New Issue
Block a user