diff options
author | NiranV <NiranV.Dean@googlemail.com> | 2014-07-29 18:03:24 +0200 |
---|---|---|
committer | NiranV <NiranV.Dean@googlemail.com> | 2014-07-29 18:03:24 +0200 |
commit | e4c1929ae6fe40b04e78b821d21809f19f455d26 (patch) | |
tree | 12b6cee907b6c4509e2644877c8d7467ecb969b4 | |
parent | beeede1f8b1011152cfc1b1dfee3212540216401 (diff) |
BUG-6840: Fixed: When not connected to Facebook, the Friends tab directs you to the Account tab, which no longer exists.
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_facebook_friends.xml | 2 |
1 files changed, 1 insertions, 1 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 6ec85eb247..97994fb08b 100644 --- a/indra/newview/skins/default/xui/en/panel_facebook_friends.xml +++ b/indra/newview/skins/default/xui/en/panel_facebook_friends.xml @@ -9,7 +9,7 @@ value="You currently do not have any Facebook friends who are also Second Life residents. Ask your Facebook friends to join Second Life today!" /> <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." /> + value="You're currently not connected to Facebook. Please go to the Status tab to connect and enable this feature." /> <accordion background_visible="false" bg_alpha_color="DkGray2" |