diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-12-10 14:45:41 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-12-10 14:45:41 +0200 |
commit | 08c0d3876bcddb2beeabb6fb2cd1a620eeb02576 (patch) | |
tree | c835daa30f89c7b7c0cde839cb63bd9fbdb318c8 /indra/newview/skins/default/xui | |
parent | 791465bab968a738568ddf0abaa5fa6766eb020d (diff) |
Work on major task EXT-2808 (Add speakers moderation (both voice and text) to the Voice Control Panel (Active Speakers List))
-- Implemented Actions to Mute/Unmute Participants without using Agent's Block List
-- Updated missing strings to show error while moderating
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index c3650c71c3..8ac4ca95b9 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2900,6 +2900,9 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. <string name="message_session_event"> Unable to send your message to the chat session with [RECIPIENT]. </string> + <string name="mute"> + Error while moderating. + </string> <string name="removed_from_group"> You have been removed from the group. </string> |