diff --git a/LanguageMaster.xml b/LanguageMaster.xml index f026804bb..6702bc650 100644 --- a/LanguageMaster.xml +++ b/LanguageMaster.xml @@ -173,7 +173,7 @@ Note: Do check free disk space. Unable to fix: {0} - Audio/video to text + Audio to text Generate text from audio via Vosk/Kaldi speech recognition Vosk website Models @@ -1246,7 +1246,7 @@ To use an API key go to "Options -> Settings -> Tools" to enter your Googl Generate text from video... Generate blank video... Generate video with burned-in sub... - Video/audio to text... + Audio to text... Import chapters from video Generate/import shot changes... Remove/export shot changes... @@ -2458,7 +2458,7 @@ can edit in same subtitle file (collaboration) Reset speed/zoom Toggle video controls Toggle contrast (mpv only) - Video/audio to text (speech recognition) + Audio to text Toggle brightness (mpv only) Translate, custom search 1 Translate, custom search 2 diff --git a/src/ui/Forms/AudioToText.Designer.cs b/src/ui/Forms/AudioToText.Designer.cs index aea10f36c..1177b2c1d 100644 --- a/src/ui/Forms/AudioToText.Designer.cs +++ b/src/ui/Forms/AudioToText.Designer.cs @@ -321,7 +321,7 @@ this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "Video/audio to text"; + this.Text = "Audio to text"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AudioToText_FormClosing); this.Load += new System.EventHandler(this.AudioToText_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AudioToText_KeyDown); diff --git a/src/ui/Forms/Main.Designer.cs b/src/ui/Forms/Main.Designer.cs index 35a7bcc7a..7a91df93b 100644 --- a/src/ui/Forms/Main.Designer.cs +++ b/src/ui/Forms/Main.Designer.cs @@ -2296,7 +2296,7 @@ namespace Nikse.SubtitleEdit.Forms // this.videoaudioToTextToolStripMenuItem.Name = "videoaudioToTextToolStripMenuItem"; this.videoaudioToTextToolStripMenuItem.Size = new System.Drawing.Size(295, 22); - this.videoaudioToTextToolStripMenuItem.Text = "Video/audio to text..."; + this.videoaudioToTextToolStripMenuItem.Text = "Audio to text..."; this.videoaudioToTextToolStripMenuItem.Click += new System.EventHandler(this.videoaudioToTextToolStripMenuItem_Click); // // toolStripSeparator5 diff --git a/src/ui/Logic/Language.cs b/src/ui/Logic/Language.cs index 713efdfe8..78dcda15d 100644 --- a/src/ui/Logic/Language.cs +++ b/src/ui/Logic/Language.cs @@ -319,7 +319,7 @@ namespace Nikse.SubtitleEdit.Logic AudioToText = new LanguageStructure.AudioToText { - Title = "Audio/video to text", + Title = "Audio to text", Info = "Generate text from audio via Vosk/Kaldi speech recognition", VoskWebsite = "Vosk website", Models = "Models", @@ -1779,7 +1779,7 @@ namespace Nikse.SubtitleEdit.Logic GenerateTextFromVideo = "Generate text from video...", GenerateBlankVideo = "Generate blank video...", GenerateVideoWithBurnedInSub = "Generate video with burned-in sub...", - VideoAudioToText = "Video/audio to text...", + VideoAudioToText = "Audio to text...", ImportChaptersFromVideo = "Import chapters from video", GenerateImportShotChanges = "Generate/import shot changes...", RemoveOrExportShotChanges = "Remove/export shot changes...", @@ -2788,7 +2788,7 @@ can edit in same subtitle file (collaboration)", VideoResetSpeedAndZoom = "Reset speed/zoom", MainToggleVideoControls = "Toggle video controls", VideoToggleContrast = "Toggle contrast (mpv only)", - VideoAudioToText = "Video/audio to text (speech recognition)", + VideoAudioToText = "Audio to text", VideoToggleBrightness = "Toggle brightness (mpv only)", CustomSearch1 = "Translate, custom search 1", CustomSearch2 = "Translate, custom search 2",