diff options
| author | Mike Antipov <mantipov@productengine.com> | 2010-07-12 18:24:36 +0300 | 
|---|---|---|
| committer | Mike Antipov <mantipov@productengine.com> | 2010-07-12 18:24:36 +0300 | 
| commit | 8435d93653e4aa3e1c7602c5eaf34b4fed1c74f2 (patch) | |
| tree | abed8d4694cf7f5e4642c1955159766823072084 /indra/newview | |
| parent | 815bc40e8911b286034011759dbb1be7d18c90c2 (diff) | |
EXT-8048 FIXED Implemented fix in more proper way after 412588eb49a2 (EXT-8003 FIX, EXT-8048 FIX) is backed out.
Restoring string "You don't have any outfits yet. Try [secondlife:///app/search/all/ Search]" for case when there are no any outfits yet after backout.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_outfits_list.xml | 2 | 
1 files changed, 1 insertions, 1 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 27e23440df..d18f0d57ca 100644 --- a/indra/newview/skins/default/xui/en/panel_outfits_list.xml +++ b/indra/newview/skins/default/xui/en/panel_outfits_list.xml @@ -16,7 +16,7 @@       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="..." +     no_visible_tabs_text.value="You don't have any outfits yet. Try [secondlife:///app/search/all/ Search]"       follows="all"       height="400"       layout="topleft"  | 
