From 133a7b5fe2bcaaec8389b209cb5bd774ebc2ab63 Mon Sep 17 00:00:00 2001 From: Josh Bell Date: Fri, 14 Mar 2008 19:27:38 +0000 Subject: svn merge -r 82272:82277 svn+ssh://svn.lindenlab.com/svn/linden/branches/maint-ui-9-merge-2 --> release QAR-364 - merge of maint-ui-9 --- indra/newview/llstartup.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'indra/newview/llstartup.cpp') diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index e189e28c7d..d2bc8f4100 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2253,8 +2253,9 @@ BOOL idle_startup() else { update_texture_fetch(); - set_startup_status(0.60f + 0.40f * timeout_frac, "Precaching...", - gAgent.mMOTD.c_str()); + set_startup_status(0.60f + 0.40f * timeout_frac, + "Loading world...", + gAgent.mMOTD.c_str()); } return do_normal_idle; -- cgit v1.3