From e03a2beeb67cc022056e2ac4caf8493661202d26 Mon Sep 17 00:00:00 2001 From: Andrew Polunin Date: Mon, 21 Dec 2009 17:56:10 +0200 Subject: fixed normal bug EXT-3562 MissingString(message) appears instead of warning about blocked text chat --HG-- branch : product-engine --- indra/newview/llimview.cpp | 10 +++++----- indra/newview/skins/default/xui/en/strings.xml | 14 ++++++++++++++ 2 files changed, 19 insertions(+), 5 deletions(-) (limited to 'indra') diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index f5362acbfe..8917cc11e1 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1227,15 +1227,15 @@ LLIMMgr::showSessionEventError( const std::string& error_string, const LLUUID session_id) { - const LLFloater* floater = getFloaterBySessionID (session_id); - if (!floater) return; - LLSD args; + LLStringUtil::format_map_t event_args; + + event_args["RECIPIENT"] = LLIMModel::getInstance()->getName(session_id); + args["REASON"] = LLTrans::getString(error_string); args["EVENT"] = - LLTrans::getString(event_string); - args["RECIPIENT"] = floater->getTitle(); + LLTrans::getString(event_string, event_args); LLNotificationsUtil::add( "ChatterBoxSessionEventError", diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index a1f2548f81..9aae04ba38 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2964,12 +2964,26 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. You are not a session moderator. + + + A group moderator disabled your text chat. + A group moderator disabled your text chat. Unable to add users to chat session with [RECIPIENT]. + + + Unable to send your message to the chat session with [RECIPIENT]. + Unable to send your message to the chat session with [RECIPIENT]. -- cgit v1.2.3