summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-07-19 21:54:49 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-07-19 22:06:12 +0300
commit8a14d895826e6f9465da2ae3d7a007401b430041 (patch)
tree663662d5b3e717b943706911c8f72e0b93e50574 /indra/newview/llstartup.cpp
parenteacd9a30bb971b9f84222c67dc54af111cb7918a (diff)
SL-15592 Emergency login failure dialog
Server message by id "LoginFailure" was pulling in header instead of a message
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 3cbcdce042..5ae1d09007 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -1062,7 +1062,7 @@ bool idle_startup()
{
// Generic failure message
std::ostringstream emsg;
- emsg << LLTrans::getString("LoginFailed") << "\n";
+ emsg << LLTrans::getString("LoginFailedHeader") << "\n";
if(LLLoginInstance::getInstance()->authFailure())
{
LL_INFOS("LLStartup") << "Login failed, LLLoginInstance::getResponse(): "