diff options
| author | Josh Bell <josh@lindenlab.com> | 2007-03-08 00:25:12 +0000 |
|---|---|---|
| committer | Josh Bell <josh@lindenlab.com> | 2007-03-08 00:25:12 +0000 |
| commit | 6fa974fc64b172a7324b28d40f08f2a861d87f8d (patch) | |
| tree | 3ef9df7d3b66bfbdd6163bf3b88d3d2163a186bc /indra/newview/llxmlrpctransaction.cpp | |
| parent | a00d02efef4de36138194f468465235c01b11d01 (diff) | |
svn merge -r 58859:58902 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release
Diffstat (limited to 'indra/newview/llxmlrpctransaction.cpp')
| -rw-r--r-- | indra/newview/llxmlrpctransaction.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llxmlrpctransaction.cpp b/indra/newview/llxmlrpctransaction.cpp index cc8f955bc6..c00a202f91 100644 --- a/indra/newview/llxmlrpctransaction.cpp +++ b/indra/newview/llxmlrpctransaction.cpp @@ -408,9 +408,9 @@ void LLXMLRPCTransaction::Impl::setStatus(Status status, mStatusMessage = "Despite our best efforts, something unexpected has gone wrong. \n" " \n" - "Please check www.secondlife.com/status and the Second Life \n" - "Announcements forum to see if there is a known problem with \n" - "the service."; + "Please check www.secondlife.com/status \n" + "to see if there is a known problem with the service."; + mStatusURI = "http://secondlife.com/status/"; /* mStatusMessage = |
