diff options
| author | Loren Shih <seraph@lindenlab.com> | 2009-12-02 14:23:35 -0500 | 
|---|---|---|
| committer | Loren Shih <seraph@lindenlab.com> | 2009-12-02 14:23:35 -0500 | 
| commit | 99b6b14ea1ea6cf61ff06e8806a1d1a08b4a1420 (patch) | |
| tree | f216ae84a3d4eae172449d49a053c66a325c5dc9 | |
| parent | c09b2bd9c927ae294a54299928f9bff624476144 (diff) | |
EXT-3050 : The Word "bar" Should be Removed from Section Headings on My Appearance Tab in Side Bar
--HG--
branch : avatar-pipeline
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_outfits_inventory.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml b/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml index d805209bf5..51997a2813 100644 --- a/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml +++ b/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml @@ -17,7 +17,7 @@          <accordion_tab           layout="topleft"           name="tab_outfits" -         title="Outfits bar"> +         title="Outfits">  	 <inventory_panel   	 	 allow_multi_select="true"   		 border="true"  @@ -33,7 +33,7 @@          <accordion_tab           layout="topleft"           name="tab_cof" -         title="Current Outfit bar"> +         title="Current Outfit">  	 <inventory_panel   	 	 allow_multi_select="true"   		 border="true"   | 
