diff options
author | Merov Linden <merov@lindenlab.com> | 2014-02-28 16:10:27 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-02-28 16:10:27 -0800 |
commit | 0fb59172f7c8c2ad2d3f4f77e14108fc16accdc7 (patch) | |
tree | 05987db9fba2f6d70221ba3eb20c62f4cb51d210 /indra/newview/skins/default/xui/en | |
parent | 209ed601dd6cf9af66eb44d71ab0d28ec94fb81e (diff) |
ACME-1335, ACME-1336 : Add info text to the Friends tab in Facebook when no friends are visible
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_facebook_friends.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_facebook_friends.xml b/indra/newview/skins/default/xui/en/panel_facebook_friends.xml index 9d5c86c79d..23820d209a 100644 --- a/indra/newview/skins/default/xui/en/panel_facebook_friends.xml +++ b/indra/newview/skins/default/xui/en/panel_facebook_friends.xml @@ -4,6 +4,12 @@ layout="topleft" follows="all" name="panel_facebook_friends"> + <string + name="facebook_friends_empty" + value="You do not have any Facebook friend who are also Second Life resident. You can go to the Status panel and let them know you're in Second Life!" /> + <string + name="facebook_friends_no_connected" + value="You're currently not connected to Facebook. Please go to the Account tab to connect and enable this feature." /> <accordion background_visible="true" bg_alpha_color="DkGray2" @@ -50,4 +56,17 @@ width="307" /> </accordion_tab> </accordion> + <text + layout="topleft" + word_wrap="true" + height="64" + width="290" + follows="top|left|right" + font="SansSerif" + left="9" + name="facebook_friends_status" + top="21" + type="string"> + Not connected to Facebook. + </text> </panel> |