Fixing tooltip loctext namespace

#rb none
#jira none
#preflight none

[CL 20444203 by Aaron McLeran in ue5-main branch]
This commit is contained in:
Aaron McLeran
2022-05-31 19:00:48 -04:00
parent a6a3a06e93
commit 75d30b02e5
@@ -113,8 +113,8 @@ namespace Metasound
Info.ClassName = { StandardNodes::Namespace, "Delay Pitch Shift", StandardNodes::AudioVariant };
Info.MajorVersion = 1;
Info.MinorVersion = 0;
Info.DisplayName = METASOUND_LOCTEXT("DelayNode_DisplayName", "Delay Pitch Shift");
Info.Description = METASOUND_LOCTEXT("DelayNode_Description", "Pitch shifts the audio buffer using a delay-based doppler-shift method.");
Info.DisplayName = METASOUND_LOCTEXT("DopperDelayPitchShift_DisplayName", "Delay Pitch Shift");
Info.Description = METASOUND_LOCTEXT("DopperDelayPitchShift_Description", "Pitch shifts the audio buffer using a delay-based doppler-shift method.");
Info.Author = PluginAuthor;
Info.PromptIfMissing = PluginNodeMissingPrompt;
Info.DefaultInterface = GetVertexInterface();