HTML5 - updating deprecation messaging

#jira UE-76520 HTML5 needs to be marked as to be deprecated in 4.23
#rb none
#rnx

#ROBOMERGE-SOURCE: CL 7935058 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v391-7919777)

[CL 7935808 by nick shin in Main branch]
This commit is contained in:
nick shin
2019-08-09 12:49:18 -04:00
parent 6d59370498
commit 13bf7341b2

View File

@@ -72,7 +72,8 @@ class HTML5DeprecationBanner : public SCompoundWidget
.ShadowColorAndOpacity(FLinearColor::Black)
.ShadowOffset(FVector2D::UnitVector)
.Text(LOCTEXT("HTML5DeprecatedPlatformMessageText",
"The HTML5 platform will be migrated from:\n\tan officially supported (integrated) platform,\nand be moved to:\n\tas a community supported (plugin) platform."))
"HTML5 platform support will be migrated to GitHub as a community-supported Platform Extension and no longer officially supported by Epic in upcoming releases."))
.AutoWrapText(true)
]
]
];