Fixed localization display issue for enums in the UI.
#jira UE-12504 - Node enum drop down boxes should utilize tooltips for each value
[CL 2580309 by Michael Schoell in Main branch]
UETOOL-213 - Minimize Slate FString -> FText conversion (remove SLATE_TEXT_ATTRIBUTE)
This fixes any editor/engine specific code that was passing text to Slate as FString rather than FText.
[CL 2399803 by Jamie Dale in Main branch]