From b70545ad94e35203170985dc8e2d864ecfb993e6 Mon Sep 17 00:00:00 2001
From: carlitosan <82187351+carlitosan@users.noreply.github.com>
Date: Thu, 2 Dec 2021 16:07:50 -0800
Subject: [PATCH] ScriptCanvas --> Script Canvas in comments
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com>
---
Gems/ScriptCanvas/Code/Editor/View/Windows/MainWindow.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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();