You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixing some localization key conflicts that crept in from stream merges
#rb none #lockdown Nick.Penwarden [CL 3213530 by Jamie Dale in Main branch]
This commit is contained in:
committed by
Jamie.Dale@epicgames.com
parent
38bf78fb98
commit
008271ca48
@@ -18,7 +18,7 @@ FText UAnimGraphNode_CurveSource::GetNodeTitle(ENodeTitleType::Type TitleType) c
|
||||
{
|
||||
if (TitleType != ENodeTitleType::MenuTitle && Node.SourceBinding != NAME_None)
|
||||
{
|
||||
return FText::Format(LOCTEXT("AnimGraphNode_CurveSource_Title", "Curve Source: {0}"), FText::FromName(Node.SourceBinding));
|
||||
return FText::Format(LOCTEXT("AnimGraphNode_CurveSource_Title_Fmt", "Curve Source: {0}"), FText::FromName(Node.SourceBinding));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user