diff options
author | Andrew Dyukov <adyukov@productengine.com> | 2010-05-28 00:03:08 +0300 |
---|---|---|
committer | Andrew Dyukov <adyukov@productengine.com> | 2010-05-28 00:03:08 +0300 |
commit | a1b973fc2a5d28e64dcf010e3652beda78745d35 (patch) | |
tree | d06d54f34b0153c57e6e60ec9ff44928b99e74b6 /indra/newview/skins/default/xui/en/floater_incoming_call.xml | |
parent | b111056501f8b678e27bb0747144e7006d3ab03a (diff) |
EXT-7118 FIXED Changed text in group call invite.
- Changed group invite string from "has joined a Voice Chat call with the group [GROUP]" to "just joined '[GROUP]' voice channel."
- Added special string for group invite question saying "Would you like to leave [CURRENT_CHAT] and join the call with '[GROUP]'"?
- Hooked up this string in code.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/458/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_incoming_call.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_incoming_call.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_incoming_call.xml b/indra/newview/skins/default/xui/en/floater_incoming_call.xml index 1d67123726..24fff6d4ae 100644 --- a/indra/newview/skins/default/xui/en/floater_incoming_call.xml +++ b/indra/newview/skins/default/xui/en/floater_incoming_call.xml @@ -32,7 +32,15 @@ </floater.string> <floater.string name="VoiceInviteGroup"> - has joined a Voice Chat call with the group [GROUP]. + just joined '[GROUP]' voice channel. + </floater.string> + <floater.string + name="VoiceInviteQuestionGroup"> + Would you like to leave [CURRENT_CHAT] and join the call with '[GROUP]'? + </floater.string> + <floater.string + name="VoiceInviteQuestionDefault"> + Do you want to leave [CURRENT_CHAT] and join this voice chat? </floater.string> <avatar_icon enabled="false" |