diff options
author | McCabe Maxsted | 2009-06-08 10:15:15 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-08 10:15:15 -0700 |
commit | 125e5b1b97bdcfd328f322ee8871435119cd9e4d (patch) | |
tree | 07cc4660a345e849f7bdde644dcf43e0499c8162 /linden/indra/newview/skins | |
parent | Merged in 1.2.0-landsqm (diff) | |
parent | Communicate window now shows the number of unread IMs (diff) | |
download | meta-impy-125e5b1b97bdcfd328f322ee8871435119cd9e4d.zip meta-impy-125e5b1b97bdcfd328f322ee8871435119cd9e4d.tar.gz meta-impy-125e5b1b97bdcfd328f322ee8871435119cd9e4d.tar.bz2 meta-impy-125e5b1b97bdcfd328f322ee8871435119cd9e4d.tar.xz |
Merged in 1.2.0-communicatetitle
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_chatterbox.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_chatterbox.xml b/linden/indra/newview/skins/default/xui/en-us/floater_chatterbox.xml index 69f8286..150c570 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_chatterbox.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_chatterbox.xml | |||
@@ -8,5 +8,11 @@ | |||
8 | mouse_opaque="false" name="chatterbox_tab_container" width="391"></icon> | 8 | mouse_opaque="false" name="chatterbox_tab_container" width="391"></icon> |
9 | <tab_container bottom="2" follows="left|right|top|bottom" height="370" left="0" | 9 | <tab_container bottom="2" follows="left|right|top|bottom" height="370" left="0" |
10 | name="chatterbox_tabs" tab_position="bottom" tab_width="80" width="395" /> | 10 | name="chatterbox_tabs" tab_position="bottom" tab_width="80" width="395" /> |
11 | <string name="unread_count_string_singular"> | ||
12 | Unread IM | ||
13 | </string> | ||
14 | <string name="unread_count_string_plural"> | ||
15 | Unread IMs | ||
16 | </string> | ||
11 | </multi_floater> | 17 | </multi_floater> |
12 | 18 | ||