From c1065a9a338cd342f42b2eaae4c9cd1645a834b8 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Thu, 7 Mar 2024 23:44:33 -0500
Subject: [PATCH] Tweak message

---
 indra/llcommon/llerror.cpp                     | 6 +++---
 indra/llui/lltransutil.cpp                     | 6 +++---
 indra/newview/skins/default/xui/en/strings.xml | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp
index 78a04163a0b..2b7cc15c395 100644
--- a/indra/llcommon/llerror.cpp
+++ b/indra/llcommon/llerror.cpp
@@ -1639,9 +1639,9 @@ namespace LLError
     {
         // Files Are missing, likely can't localize.
         const std::string error_string =
-            "Second Life viewer couldn't access some of the files it needs and will be closed."
-            "\n\nPlease reinstall viewer from  https://secondlife.com/support/downloads/ and "
-            "contact https://support.secondlife.com if issue persists after reinstall.";
+            "Alchemy Viewer couldn't access some of the files it needs and will be closed."
+            "\n\nPlease reinstall viewer from  https://alchemyviewer.org/downloads and "
+            "contact the Alchemy Viewer Team if the issue persists after reinstall.";
         sHandler("Missing Files", error_string);
     }
 
diff --git a/indra/llui/lltransutil.cpp b/indra/llui/lltransutil.cpp
index 6c486f29ba9..ac8115c6110 100644
--- a/indra/llui/lltransutil.cpp
+++ b/indra/llui/lltransutil.cpp
@@ -45,9 +45,9 @@ bool LLTransUtil::parseStrings(const std::string& xml_filename, const std::set<s
 	if (!success)
 	{
         const std::string error_string =
-            "Second Life viewer couldn't access some of the files it needs and will be closed."
-            "\n\nPlease reinstall viewer from  https://secondlife.com/support/downloads/ and "
-            "contact https://support.secondlife.com if issue persists after reinstall.";
+            "Alchemy Viewer couldn't access some of the files it needs and will be closed."
+            "\n\nPlease reinstall viewer from  https://alchemyviewer.org/downloads and "
+            "contact the Alchemy Viewer team if issue persists after reinstall.";
         LLError::LLUserWarningMsg::show(error_string);
 		gDirUtilp->dumpCurrentDirectories(LLError::LEVEL_WARN);
 		LL_ERRS() << "Couldn't load string table " << xml_filename << " " << errno << LL_ENDL;
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml
index 68bc91c2488..94448b98bdb 100644
--- a/indra/newview/skins/default/xui/en/strings.xml
+++ b/indra/newview/skins/default/xui/en/strings.xml
@@ -3072,7 +3072,7 @@ If your computer's RAM is low, quit any heavy applications before runing Second
     <string name="MBMissingFile">
         [APP_NAME] couldn't access or find some of the files it needs and will be closed.
 
-Please reinstall viewer from  https://secondlife.com/support/downloads/ and contact https://support.secondlife.com if issue persists after reinstall.
+Please reinstall viewer from https://alchemyviewer.org/downloads and contact the Alchemy Viewer team if issue persists after reinstall.
     </string>
 
     <!-- Avatar Shape Information -->
-- 
GitLab