diff options
author | Richard Linden <none@none> | 2011-02-28 17:47:19 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-02-28 17:47:19 -0800 |
commit | 78d3fb317941dc04a3398e4c079083ada967567d (patch) | |
tree | 4be1c936497565d11e084fd50503d67d17e1e614 /indra/newview/skins/minimal/xui | |
parent | 2e8e93eb2582096412db4185c52c7ae63b8facac (diff) |
SOCIAL-607 FIX People Panel is open and there is nobody nearby a message is displayed which directs users toward Search and World Map
Diffstat (limited to 'indra/newview/skins/minimal/xui')
-rw-r--r-- | indra/newview/skins/minimal/xui/en/panel_people.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/minimal/xui/en/panel_people.xml b/indra/newview/skins/minimal/xui/en/panel_people.xml index bbc82f032d..9c19e445fe 100644 --- a/indra/newview/skins/minimal/xui/en/panel_people.xml +++ b/indra/newview/skins/minimal/xui/en/panel_people.xml @@ -13,16 +13,16 @@ width="333"> <string name="no_recent_people" - value="No recent people. Looking for people to hang out with? Try [secondlife:///app/search/people Search] or the [secondlife:///app/worldmap World Map]." /> + value="No recent people. Looking for people to hang out with? Try the Destinations button below." /> <string name="no_filtered_recent_people" - value="Didn't find what you're looking for? Try [secondlife:///app/search/people/[SEARCH_TERM] Search]." /> + value="Didn't find what you're looking for? Try the Destinations button below." /> <string name="no_one_near" - value="No one nearby. Looking for people to hang out with? Try [secondlife:///app/search/people Search] or the [secondlife:///app/worldmap World Map]." /> + value="No one nearby. Looking for people to hang out with? Try the Destinations button below." /> <string name="no_one_filtered_near" - value="Didn't find what you're looking for? Try [secondlife:///app/search/people/[SEARCH_TERM] Search]." /> + value="Didn't find what you're looking for? Try the Destinations button below." /> <string name="no_friends_online" value="No friends online" /> |