diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-12 14:15:19 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-12 14:15:19 +0000 |
commit | 7cf3008da7c44c592af14de7498cf4270afcec31 (patch) | |
tree | ba78953cb882d63195d5b3aa1604687709bfbd84 /indra/newview/skins/default/xui/en | |
parent | 095a3d4372bd755c2fbe6bccf1bc25255d59b5ca (diff) |
more work on the outgoing call popup...
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_outgoing_call.xml | 14 |
1 files changed, 6 insertions, 8 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 3433d95914..3d0a86de34 100644 --- a/indra/newview/skins/default/xui/en/floater_outgoing_call.xml +++ b/indra/newview/skins/default/xui/en/floater_outgoing_call.xml @@ -15,10 +15,6 @@ Local Voice Chat </floater.string> <floater.string - name="calling"> - Calling [CALLEE] - </floater.string> - <floater.string name="anonymous"> anonymous </floater.string> @@ -44,20 +40,22 @@ height="20" layout="topleft" left="77" - name="callee name" + name="calling" top="27" width="315" - word_wrap="true" /> + word_wrap="true"> +Calling [CALLEE_NAME] + </text> <text font="SansSerif" height="50" layout="topleft" left="77" - name="question" + name="leaving" top="52" width="315" word_wrap="true"> - Do you want to leave [CURRENT_CHAT] and join this voice chat? +Leaving [CURRENT_CHAT]. </text> <button height="24" |