Fixed text bug in last commit - thx xylographe :)

This commit is contained in:
Nikolaj Olsson 2016-09-01 05:17:06 +02:00
parent 294b3f646e
commit d279627e13
2 changed files with 2 additions and 2 deletions

View File

@ -1880,7 +1880,7 @@ can edit in same subtitle file (collaboration)</Information>
<SyntaxColorDurationIfTooSmall>Color duration if too short</SyntaxColorDurationIfTooSmall>
<SyntaxColorDurationIfTooLarge>Color duration if too long</SyntaxColorDurationIfTooLarge>
<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>
<SyntaxErrorColor>Error color</SyntaxErrorColor>
<GoToFirstSelectedLine>Go to first selected line</GoToFirstSelectedLine>

View File

@ -2162,7 +2162,7 @@ can edit in same subtitle file (collaboration)",
SyntaxColorDurationIfTooSmall = "Color duration if too short",
SyntaxColorDurationIfTooLarge = "Color duration 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",
SyntaxErrorColor = "Error color",
GoToFirstSelectedLine = "Go to first selected line",