diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 6d938edab..ab14d91d3 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1497,7 +1497,7 @@ bool idle_startup() } else { - emsg << "Unable to connect to " << LLAppViewer::instance()->getSecondLifeTitle() << ".\n"; + emsg << "Unable to connect to " << gHippoGridManager->getCurrentGrid()->getGridName() << ".\n"; emsg << LLUserAuth::getInstance()->errorMessage(); } break; diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp index 522a7c5fa..aa9c1e9ff 100644 --- a/indra/newview/llviewerinventory.cpp +++ b/indra/newview/llviewerinventory.cpp @@ -189,9 +189,9 @@ void LLViewerInventoryItem::updateServer(BOOL is_new) const if(!mIsComplete) { // *FIX: deal with this better. - // If we're crashing here then the UI is incorrectly enabled. llwarns << "LLViewerInventoryItem::updateServer() - for incomplete item" << llendl; + LLNotifications::instance().add("IncompleteInventoryItem"); return; } LLInventoryModel::LLCategoryUpdate up(mParentUUID, is_new ? 1 : 0); diff --git a/indra/newview/skins/default/xui/en-us/notifications.xml b/indra/newview/skins/default/xui/en-us/notifications.xml index 2fa25088c..d68f1069a 100644 --- a/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/indra/newview/skins/default/xui/en-us/notifications.xml @@ -5375,6 +5375,13 @@ Unable to load script. Please try again. The complete contents you are offering are not yet locally available. Please try offering those items again in a minute. + +The item you are accessing is not yet locally available. Please try again in a minute. + +