Skip to content
Snippets Groups Projects
Commit c1065a9a authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Tweak message

parent 2eb4be5d
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -1639,9 +1639,9 @@ namespace LLError ...@@ -1639,9 +1639,9 @@ namespace LLError
{ {
// Files Are missing, likely can't localize. // Files Are missing, likely can't localize.
const std::string error_string = const std::string error_string =
"Second Life viewer couldn't access some of the files it needs and will be closed." "Alchemy 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 " "\n\nPlease reinstall viewer from https://alchemyviewer.org/downloads and "
"contact https://support.secondlife.com if issue persists after reinstall."; "contact the Alchemy Viewer Team if the issue persists after reinstall.";
sHandler("Missing Files", error_string); sHandler("Missing Files", error_string);
} }
......
...@@ -45,9 +45,9 @@ bool LLTransUtil::parseStrings(const std::string& xml_filename, const std::set<s ...@@ -45,9 +45,9 @@ bool LLTransUtil::parseStrings(const std::string& xml_filename, const std::set<s
if (!success) if (!success)
{ {
const std::string error_string = const std::string error_string =
"Second Life viewer couldn't access some of the files it needs and will be closed." "Alchemy 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 " "\n\nPlease reinstall viewer from https://alchemyviewer.org/downloads and "
"contact https://support.secondlife.com if issue persists after reinstall."; "contact the Alchemy Viewer team if issue persists after reinstall.";
LLError::LLUserWarningMsg::show(error_string); LLError::LLUserWarningMsg::show(error_string);
gDirUtilp->dumpCurrentDirectories(LLError::LEVEL_WARN); gDirUtilp->dumpCurrentDirectories(LLError::LEVEL_WARN);
LL_ERRS() << "Couldn't load string table " << xml_filename << " " << errno << LL_ENDL; LL_ERRS() << "Couldn't load string table " << xml_filename << " " << errno << LL_ENDL;
......
...@@ -3072,7 +3072,7 @@ If your computer's RAM is low, quit any heavy applications before runing Second ...@@ -3072,7 +3072,7 @@ If your computer's RAM is low, quit any heavy applications before runing Second
<string name="MBMissingFile"> <string name="MBMissingFile">
[APP_NAME] couldn't access or find some of the files it needs and will be closed. [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> </string>
<!-- Avatar Shape Information --> <!-- Avatar Shape Information -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment