mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Fixed text bug in last commit - thx xylographe :)
This commit is contained in:
parent
294b3f646e
commit
d279627e13
@ -1880,7 +1880,7 @@ can edit in same subtitle file (collaboration)</Information>
|
|||||||
<SyntaxColorDurationIfTooSmall>Color duration if too short</SyntaxColorDurationIfTooSmall>
|
<SyntaxColorDurationIfTooSmall>Color duration if too short</SyntaxColorDurationIfTooSmall>
|
||||||
<SyntaxColorDurationIfTooLarge>Color duration if too long</SyntaxColorDurationIfTooLarge>
|
<SyntaxColorDurationIfTooLarge>Color duration if too long</SyntaxColorDurationIfTooLarge>
|
||||||
<SyntaxColorTextIfTooLong>Color text if too long</SyntaxColorTextIfTooLong>
|
<SyntaxColorTextIfTooLong>Color text if too long</SyntaxColorTextIfTooLong>
|
||||||
<SyntaxColorTextMoreThanMaxLines>Color text if more {0} lines</SyntaxColorTextMoreThanMaxLines>
|
<SyntaxColorTextMoreThanMaxLines>Color text if more than {0} lines</SyntaxColorTextMoreThanMaxLines>
|
||||||
<SyntaxColorOverlap>Color time code overlap</SyntaxColorOverlap>
|
<SyntaxColorOverlap>Color time code overlap</SyntaxColorOverlap>
|
||||||
<SyntaxErrorColor>Error color</SyntaxErrorColor>
|
<SyntaxErrorColor>Error color</SyntaxErrorColor>
|
||||||
<GoToFirstSelectedLine>Go to first selected line</GoToFirstSelectedLine>
|
<GoToFirstSelectedLine>Go to first selected line</GoToFirstSelectedLine>
|
||||||
|
@ -2162,7 +2162,7 @@ can edit in same subtitle file (collaboration)",
|
|||||||
SyntaxColorDurationIfTooSmall = "Color duration if too short",
|
SyntaxColorDurationIfTooSmall = "Color duration if too short",
|
||||||
SyntaxColorDurationIfTooLarge = "Color duration if too long",
|
SyntaxColorDurationIfTooLarge = "Color duration if too long",
|
||||||
SyntaxColorTextIfTooLong = "Color text if too long",
|
SyntaxColorTextIfTooLong = "Color text if too long",
|
||||||
SyntaxColorTextMoreThanMaxLines = "Color text if more {0} lines",
|
SyntaxColorTextMoreThanMaxLines = "Color text if more than {0} lines",
|
||||||
SyntaxColorOverlap = "Color time code overlap",
|
SyntaxColorOverlap = "Color time code overlap",
|
||||||
SyntaxErrorColor = "Error color",
|
SyntaxErrorColor = "Error color",
|
||||||
GoToFirstSelectedLine = "Go to first selected line",
|
GoToFirstSelectedLine = "Go to first selected line",
|
||||||
|
Loading…
Reference in New Issue
Block a user