This commit is contained in:
Nikolaj Olsson 2024-05-01 16:24:09 +02:00
parent 392faf73c1
commit c31518adc3
2 changed files with 3 additions and 1 deletions

View File

@ -1235,6 +1235,8 @@ namespace Nikse.SubtitleEdit.Forms
addParagraphHereToolStripMenuItem.Visible = true;
insertNewSubtitleHereToolStripMenuItem.Visible = false;
try
{
addParagraphAndPasteToolStripMenuItem.Visible = Clipboard.ContainsText();

View File

@ -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}",