diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-06-29 09:52:43 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-06-29 09:52:43 -0400 | 
| commit | 060d2f3c5ef1eb6882fe4f69fcde2471138542c8 (patch) | |
| tree | ae4a75a66dface204758f32b6f8cfbb2d0bd9b44 /indra/newview | |
| parent | 1049468d932d6d97bdb880a22eaa809c61508be0 (diff) | |
| parent | 0ec675b7d1f6f7de231b2c9907ae5fe18a94d9ae (diff) | |
merge changes for storm-1292
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_outfits_list.xml | 11 | 
1 files changed, 8 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_outfits_list.xml b/indra/newview/skins/default/xui/en/panel_outfits_list.xml index 9f98019c94..a0096adc01 100644 --- a/indra/newview/skins/default/xui/en/panel_outfits_list.xml +++ b/indra/newview/skins/default/xui/en/panel_outfits_list.xml @@ -14,9 +14,7 @@       background_visible="true"       bg_alpha_color="DkGray2"       bg_opaque_color="DkGray2" -     no_matched_tabs_text.value="Didn't find what you're looking for? Try [secondlife:///app/search/all/[SEARCH_TERM] Search]." -     no_matched_tabs_text.v_pad="10" -     no_visible_tabs_text.value="You don't have any outfits yet. Try [secondlife:///app/search/all/ Search]" +       follows="all"       height="400"       layout="topleft" @@ -24,6 +22,13 @@       name="outfits_accordion"       top="0"       width="309"> +       <no_matched_tabs_text +         name="no_matched_outfits_msg" +         value="Didn't find what you're looking for? Try [secondlife:///app/search/all/[SEARCH_TERM] Search]." +         v_pad="10"/> +       <no_visible_tabs_text +         name="no_outfits_msg" +         value="You don't have any outfits yet. Try [secondlife:///app/search/all/ Search]"/>      </accordion>      <panel       background_visible="true"  | 
