mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Work on #8266
This commit is contained in:
parent
392faf73c1
commit
c31518adc3
@ -1235,6 +1235,8 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
|
||||
addParagraphHereToolStripMenuItem.Visible = true;
|
||||
|
||||
insertNewSubtitleHereToolStripMenuItem.Visible = false;
|
||||
|
||||
try
|
||||
{
|
||||
addParagraphAndPasteToolStripMenuItem.Visible = Clipboard.ContainsText();
|
||||
|
@ -3832,7 +3832,7 @@ Keep changes?",
|
||||
RemoveShotChange = "Remove shot change",
|
||||
RemoveShotChangesFromSelection = "Remove shot changes from selection",
|
||||
SeekSilence = "Seek silence...",
|
||||
InsertSubtitleHere = "Insert subtitle here",
|
||||
InsertSubtitleHere = "Insert text here",
|
||||
InsertSubtitleFileHere = "Insert subtitle file here...",
|
||||
GuessTimeCodes = "Guess time codes...",
|
||||
CharsSecX = "CPS: {0:0.00}",
|
||||
|
Loading…
Reference in New Issue
Block a user