diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_im_session.xml | 11 |
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" |