mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 12:44:46 +01:00
Fix missing translation - thx domddol :)
This commit is contained in:
parent
fd1a0f6d95
commit
be53ef93f6
@ -21,6 +21,7 @@ namespace Nikse.SubtitleEdit.Forms.Translate
|
||||
labelInfo.Text = LanguageSettings.Current.GoogleTranslate.TranslateBlockInfo;
|
||||
buttonGetTargetGet.Text = LanguageSettings.Current.GoogleTranslate.TranslateBlockGetFromClipboard;
|
||||
buttonCopySourceTextToClipboard.Text = LanguageSettings.Current.GoogleTranslate.TranslateBlockCopySourceText;
|
||||
buttonCancel.Text = LanguageSettings.Current.General.Cancel;
|
||||
|
||||
_sourceBlock = source;
|
||||
Text = title;
|
||||
|
Loading…
Reference in New Issue
Block a user