diff options
| author | Richard Linden <none@none> | 2011-02-28 17:50:49 -0800 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2011-02-28 17:50:49 -0800 | 
| commit | b68f02fa5433eb5d3dff6edc8941e9fb527678e7 (patch) | |
| tree | e56cc15a58fa0256bf655d7df93c4a6e054a9e1a /indra/newview | |
| parent | 78d3fb317941dc04a3398e4c079083ada967567d (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')
| -rw-r--r-- | indra/newview/skins/minimal/xui/en/panel_people.xml | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/indra/newview/skins/minimal/xui/en/panel_people.xml b/indra/newview/skins/minimal/xui/en/panel_people.xml index 9c19e445fe..4a72653d76 100644 --- a/indra/newview/skins/minimal/xui/en/panel_people.xml +++ b/indra/newview/skins/minimal/xui/en/panel_people.xml @@ -16,13 +16,13 @@       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 the Destinations button below." /> +     value="No recent people with that name." />      <string       name="no_one_near"       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 the Destinations button below." /> +     value="No one nearby with that name." />      <string       name="no_friends_online"       value="No friends online" /> @@ -31,12 +31,12 @@       value="No friends" />      <string       name="no_friends_msg"> -         Find friends using [secondlife:///app/search/people Search] or right-click on a Resident to add them as a friend. -Looking for people to hang out with? Try the [secondlife:///app/worldmap World Map]. +         Right-click on a Resident to add them as a friend. +Looking for people to hang out with? Try the Destinations button below.      </string>      <string       name="no_filtered_friends_msg"> -         Didn't find what you're looking for? Try [secondlife:///app/search/people/[SEARCH_TERM] Search]. +      Didn't find what you're looking for? Try the Destinations button below..      </string>      <string       name="people_filter_label" | 
