shapenodebase: move base translate

This commit is contained in:
itsmattkc
2022-05-03 19:05:11 -07:00
parent 329dfb7913
commit e7b49f311d
2 changed files with 1 additions and 1 deletions
@@ -69,6 +69,7 @@ void ShapeNodeBase::Retranslate()
{
super::Retranslate();
SetInputName(kBaseInput, tr("Base"));
SetInputName(kPositionInput, tr("Position"));
SetInputName(kSizeInput, tr("Size"));
-1
View File
@@ -76,7 +76,6 @@ void TextGeneratorV3::Retranslate()
super::Retranslate();
SetInputName(kTextInput, tr("Text"));
SetInputName(kBaseInput, tr("Base"));
}
void TextGeneratorV3::Value(const NodeValueRow &value, const NodeGlobals &globals, NodeValueTable *table) const