summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en
diff options
context:
space:
mode:
authorSeth ProductEngine <slitovchuk@productengine.com>2012-08-10 02:51:56 +0300
committerSeth ProductEngine <slitovchuk@productengine.com>2012-08-10 02:51:56 +0300
commitf744fe8b5496e8d2d357ce88b3552eeee2125a5e (patch)
treed410b2ef2c6aa4390f1d82cc46567a47d4ff9b5c /indra/newview/skins/default/xui/en
parent324200dfd7d70324fe15329100140d98bb1f9b17 (diff)
CHUI-120 WIP Different notifications about single and multiple chat participants invited.
The notification about starting a new conversation now applies only to P2P chat. Some code refactoring and clean up.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r--indra/newview/skins/default/xui/en/floater_im_session.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_im_session.xml b/indra/newview/skins/default/xui/en/floater_im_session.xml
index 2b63430106..de8d5f22fd 100644
--- a/indra/newview/skins/default/xui/en/floater_im_session.xml
+++ b/indra/newview/skins/default/xui/en/floater_im_session.xml
@@ -35,11 +35,14 @@
name="return_icon"
value="Conv_toolbar_arrow_sw"/>
<floater.string
- name="participants_added"
- value="New participant(s) were invited to the conversation: [NAMES]."/>
+ name="participant_added"
+ value="[NAME] was invited to the conversation.[NEW_WINDOW]"/>
<floater.string
- name="participants_added_new_window"
- value="New participant(s) were invited to the conversation: [NAMES]. The conversation will be started in a new window."/>
+ name="multiple_participants_added"
+ value="[NAME] were invited to the conversation.[NEW_WINDOW]"/>
+ <floater.string
+ name="new_window"
+ value=" The conversation will be started in a new window."/>
<view
follows="all"
layout="topleft"