mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
again...
This commit is contained in:
parent
48d4558352
commit
d28bd895cd
@ -479,7 +479,7 @@ namespace Nikse.SubtitleEdit.Forms.Translate
|
|||||||
{
|
{
|
||||||
var part = GetPartFromItem(text, item);
|
var part = GetPartFromItem(text, item);
|
||||||
text = text.Remove(0, part.Length).Trim();
|
text = text.Remove(0, part.Length).Trim();
|
||||||
lines.Add(text.Length > Configuration.Settings.General.SubtitleLineMaximumLength ? Utilities.AutoBreakLine(part) : part);
|
lines.Add(part.Length > Configuration.Settings.General.SubtitleLineMaximumLength ? Utilities.AutoBreakLine(part) : part);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user