Changed AP window title and popup messages

Signed-off-by: Victor Huang <huavicto@amazon.com>
This commit is contained in:
Victor Huang
2021-07-01 10:26:44 -07:00
parent 1586c00fc8
commit b93dd36c61
3 changed files with 3 additions and 3 deletions
@@ -2548,7 +2548,7 @@ namespace AssetProcessor
jobdetail.m_jobParam[AZ_CRC(AutoFailReasonKey)] = AZStd::string::format(
"Source file ( %s ) contains non ASCII characters.\n"
"Open 3D Engine currently only supports file paths having ASCII characters and therefore asset processor will not be able to process this file.\n"
"O3DE currently only supports file paths having ASCII characters and therefore asset processor will not be able to process this file.\n"
"Please rename the source file to fix this error.\n",
normalizedPath.toUtf8().data());