mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 11:42:36 +01:00
Fixed some typos / spelling errors
This commit is contained in:
parent
c49d0e4221
commit
49d562a127
@ -647,17 +647,17 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
WhatToFix = "What to fix",
|
||||
Example = "Example",
|
||||
SelectAll = "Select all",
|
||||
InverseSelection = "Inverse selection",
|
||||
InverseSelection = "Invert selection",
|
||||
Back = "< &Back",
|
||||
Next = "&Next >",
|
||||
Step2 = "Step 2/2 - Verify fixes",
|
||||
Fixes = "Fixes",
|
||||
Log = "Log",
|
||||
Function = "Function",
|
||||
RemovedEmptyLine = "Removed empty line",
|
||||
RemovedEmptyLineAtTop = "Removed empty line at top",
|
||||
RemovedEmptyLineAtBottom = "Removed empty line at bottom",
|
||||
RemovedEmptyLinesUnsedLineBreaks = "Removed empty lines/unused line breaks",
|
||||
RemovedEmptyLine = "Remove empty line",
|
||||
RemovedEmptyLineAtTop = "Remove empty line at top",
|
||||
RemovedEmptyLineAtBottom = "Remove empty line at bottom",
|
||||
RemovedEmptyLinesUnsedLineBreaks = "Remove empty lines/unused line breaks",
|
||||
EmptyLinesRemovedX = "Empty lines removed: {0}",
|
||||
FixOverlappingDisplayTimes = "Fix overlapping display times",
|
||||
FixShortDisplayTimes = "Fix short display times",
|
||||
@ -1204,7 +1204,7 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
ReverseRightToLeftStartEnd = "Reverse RTL start/end (for selected lines)",
|
||||
ShowOriginalTextInAudioAndVideoPreview = "Show original text in audio/video previews",
|
||||
ModifySelection = "Modify selection...",
|
||||
InverseSelection = "Inverse selection",
|
||||
InverseSelection = "Invert selection",
|
||||
},
|
||||
|
||||
Tools = new LanguageStructure.Main.MainMenu.ToolsMenu
|
||||
|
Loading…
Reference in New Issue
Block a user