named the clip/block parameters added a few commits ago

This commit is contained in:
itsmattkc
2019-12-15 02:34:13 +11:00
parent be3ff4bcea
commit 5b85303b2b
4 changed files with 19 additions and 0 deletions
+8
View File
@@ -218,3 +218,11 @@ bool Block::IsBlock() const
return true;
}
void Block::Retranslate()
{
Node::Retranslate();
length_input_->set_name(tr("Length"));
media_in_input_->set_name(tr("Media In"));
}