Fix another typo

This commit is contained in:
Martijn van Berkel (Flitskikker) 2024-02-05 21:44:07 +01:00
parent 2270bf012b
commit 2502e5b363

View File

@ -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)