Fix minor text issue

This commit is contained in:
niksedk 2021-12-09 07:56:03 +01:00
parent b811c0c3bf
commit ada5492aa0

View File

@ -1409,8 +1409,7 @@ namespace Nikse.SubtitleEdit.Logic
TextingForHearingImpairedRemovedOneLine = "Texting for hearing impaired removed: One line",
TextingForHearingImpairedRemovedXLines = "Texting for hearing impaired removed: {0} lines",
SubtitleSplitted = "Subtitle was split",
SubtitleAppendPrompt = "This will append an existing subtitle to the currently loaded subtitle which should" + Environment.NewLine +
"already be in sync with video file." + Environment.NewLine +
SubtitleAppendPrompt = "This will append an existing subtitle to the currently loaded subtitle which should already be in sync with video file." + Environment.NewLine +
Environment.NewLine +
"Continue?",
SubtitleAppendPromptTitle = "Append subtitle",