clip: add missing retranslate

This commit is contained in:
itsmattkc
2022-05-04 15:19:20 -07:00
parent 102ce9aa7b
commit 8f7280dd09
+1
View File
@@ -284,6 +284,7 @@ void ClipBlock::Retranslate()
SetInputName(kMediaInInput, tr("Media In"));
SetInputName(kSpeedInput, tr("Speed"));
SetInputName(kReverseInput, tr("Reverse"));
SetInputName(kMaintainAudioPitchInput, tr("Maintain Audio Pitch"));
}
void ClipBlock::Hash(QCryptographicHash &hash, const NodeGlobals &globals, const VideoParams &video_params) const