diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-05-31 18:04:05 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-05-31 18:04:05 +0300 |
commit | d1b7deda45f778e0fcfb92f38f9f5694ab285d1c (patch) | |
tree | 77eb5f6ed3c7e0c7f88f216bedc3b12da4fe4a58 /indra/newview/skins | |
parent | 2b9927863ff6826bc448379e2f829b1de5e6c3fb (diff) |
MAINT-6452 No message is displayed when there is no outfits in Gallery
Diffstat (limited to 'indra/newview/skins')
-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" |