diff options
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_outgoing_call.xml | 67 |
1 files changed, 31 insertions, 36 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_outgoing_call.xml b/indra/newview/skins/default/xui/en/floater_outgoing_call.xml index fd936232c9..6713700372 100644 --- a/indra/newview/skins/default/xui/en/floater_outgoing_call.xml +++ b/indra/newview/skins/default/xui/en/floater_outgoing_call.xml @@ -4,19 +4,23 @@ can_close="false" can_minimize="false" can_tear_off="false" - height="200" + height="125" layout="topleft" name="outgoing call" help_topic="outgoing_call" title="CALLING" - width="240"> - <floater.string + width="410"> + <floater.string + name="localchat"> + Local Voice Chat + </floater.string> + <floater.string name="anonymous"> anonymous </floater.string> <floater.string - name="calling"> - Calling [CALLEE] + name="VoiceInviteP2P"> + is calling. </floater.string> <floater.string name="VoiceInviteAdHoc"> @@ -31,42 +35,33 @@ left_delta="19" top="35" width="36" /> - <text_editor - font="SansSerif" - height="64" - border_visible="false" + <text + font="SansSerifLarge" + height="20" layout="topleft" left="77" - max_length="2147483647" - name="callee name" - read_only="true" - top="21" - width="163" - word_wrap="true" /> - <button - height="24" - label="Bar" - label_selected="Bar" - layout="topleft" - left="70" - name="Bar" - top="92" - width="100" /> - <button - height="24" - label="Foo" - label_selected="Foo" + name="calling" + top="27" + width="315" + word_wrap="true"> +Calling [CALLEE_NAME] + </text> + <text + font="SansSerif" + height="50" layout="topleft" - left_delta="0" - name="Foo" - top_pad="12" - width="100" /> + left="77" + name="leaving" + top="52" + width="315" + word_wrap="true"> +Leaving [CURRENT_CHAT]. + </text> <button height="24" - label="Baz" + label="Cancel" layout="topleft" - left_delta="0" - name="Baz" - top_pad="12" + name="Cancel" + left_pad="10" width="100" /> </floater> |