diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_outfit_gallery.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_outfit_gallery.xml | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_outfit_gallery.xml b/indra/newview/skins/default/xui/en/panel_outfit_gallery.xml index c06c6a86c3..9a547f615d 100644 --- a/indra/newview/skins/default/xui/en/panel_outfit_gallery.xml +++ b/indra/newview/skins/default/xui/en/panel_outfit_gallery.xml @@ -13,6 +13,26 @@ <string name="outfit_photo_string"> Photo of "[OUTFIT_NAME]" outfit </string> + <string name="no_outfits_msg"> + You don't have any outfits yet. Try [secondlife:///app/search/all/ Search] + </string> + <string name="no_matched_outfits_msg"> + Didn't find what you're looking for? Try [secondlife:///app/search/all/[SEARCH_TERM] Search]. + </string> + <text + type="string" + clip_partial="false" + follows="left|top" + layout="topleft" + left="13" + name="no_outfits_txt" + top="0" + height="32" + valign="center" + parse_urls="true" + wrap="true"> + Searching... + </text> <scroll_container border="true" bevel_style="none" @@ -66,8 +86,8 @@ <outfit_gallery_item layout="topleft" left="10" name="preview_outfit2" height="175" width="150" follows="left|top"/> </layout_panel> </layout_stack--> - <!--</panel>--> - </scroll_container> + <!--</panel>--> + </scroll_container> <panel background_visible="true" follows="bottom|left|right" |