diff --git a/Gems/ScriptCanvas/Code/Editor/View/Windows/MainWindow.cpp b/Gems/ScriptCanvas/Code/Editor/View/Windows/MainWindow.cpp index 4a20c6bc0d..999afd7a9d 100644 --- a/Gems/ScriptCanvas/Code/Editor/View/Windows/MainWindow.cpp +++ b/Gems/ScriptCanvas/Code/Editor/View/Windows/MainWindow.cpp @@ -4305,10 +4305,10 @@ namespace ScriptCanvasEditor { m_forceCloseInProgress = true; QMessageBox::critical(this, QString(), QObject::tr - ("The ScriptCanvas Editor has encountered an external bug which prevents it from tracking the file state.

" - "The ScriptCanvas files in the process of being saved may have saved successfully.

Closing this window will close " - "the ScriptCanvas Editor, and request a launch of the Asset Processor.
" - "Verify that the Asset Processor or is running before launching the ScriptCanvas Editor again.
" + ("The Script Canvas Editor has encountered an external bug which prevents it from tracking the file state.

" + "The Script Canvas files in the process of being saved may have saved successfully.

Closing this window will close " + "the Script Canvas Editor, and request a launch of the Asset Processor.
" + "Verify that the Asset Processor is running before launching the Script Canvas Editor again.
" "The status of the Asset Processor can be monitored from the O3DE Editor in the bottom-right corner of the status bar.")); AzFramework::AssetSystem::LaunchAssetProcessor();