diff --git a/src/Logic/Language.cs b/src/Logic/Language.cs index 6a30f63c6..7907bf11d 100644 --- a/src/Logic/Language.cs +++ b/src/Logic/Language.cs @@ -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