mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Merge pull request #7946 from ivandrofly/feature/bracket
Update FixMissingOpenBracket method description
This commit is contained in:
commit
0ee1cd1f26
@ -1210,7 +1210,7 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
FixDoubleDash = "Fix '--' -> '...'",
|
||||
FixDoubleGreaterThan = "Remove '>>'",
|
||||
FixEllipsesStart = "Remove leading '...'",
|
||||
FixMissingOpenBracket = "Fix missing [ in line",
|
||||
FixMissingOpenBracket = "Fix missing [ or ( in line",
|
||||
FixMusicNotation = "Replace music symbols (e.g. âTª) with preferred symbol",
|
||||
FixDoubleDashExample = "'Whoa-- um yeah!' -> 'Whoa... um yeah!'",
|
||||
FixDoubleGreaterThanExample = "'>> Robert: Sup dude!' -> 'Robert: Sup dude!'",
|
||||
|
Loading…
Reference in New Issue
Block a user