mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +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)
|
||||
{
|
||||
// The left out cue in on a shot change
|
||||
// The left out cue is on a shot change
|
||||
// Try to chain the subtitles
|
||||
var fixedRightInCueFrame = GetFixedChainableSubtitlesRightInCueFrameOutCueOnShot(bestLeftOutCueFrame, bestRightInCueFrame);
|
||||
if (fixedRightInCueFrame != null)
|
||||
|
Loading…
Reference in New Issue
Block a user