diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index c062f46e4d12828da57c85d965ea65ff29c6032c..ce28a5870e5d37e2b486ba900b1f456a52e8b77e 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -422,6 +422,7 @@ class LLDeferredTaskList final : public LLSingleton<LLDeferredTaskList> static std::set<std::string> default_trans_args; void init_default_trans_args() { + default_trans_args.insert("ALCHEMY"); // World default_trans_args.insert("SECOND_LIFE"); // World default_trans_args.insert("APP_NAME"); default_trans_args.insert("CAPITALIZED_APP_NAME"); diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index af8abbc1a0dfd51a87761ad955ec097ca8ca5115..a5096e445178851e7a7775b7c58db8be17c308c8 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1787,7 +1787,7 @@ The object may be out of range or may have been deleted. type="alert"> <unique/> <tag>confirm</tag> - You have requested a file download, which is not supported within [SECOND_LIFE]. + You have requested a file download, which is not supported within [ALCHEMY]. <usetemplate ignoretext="Warn about unsupported file downloads" name="okignore" diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index c430e44939b02b62e24725357043178b1d62e218..eb4e22d97d5bc75723c516d9e92ae39bff81dad3 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -7,6 +7,7 @@ <!-- Default Args - these arguments will be replaced in all strings --> <string name="SECOND_LIFE">Second Life</string> + <string name="ALCHEMY">Alchemy</string> <string name="APP_NAME">Alchemy</string> <string name="CAPITALIZED_APP_NAME">ALCHEMY</string> <string name="SECOND_LIFE_GRID">Second Life Grid</string>