diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-04-19 16:06:23 +0300 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-04-19 16:06:23 +0300 |
commit | a94ec45cb18f262e9cb9277960c450d84479757b (patch) | |
tree | 7aef722b2d1f0aa148084da2e8919140a0354f80 /indra/newview/skins/default | |
parent | a16195fb81d7f4c7a5dd60f91d067bbdcac0f44d (diff) |
Fixed normal bug EXT-6896 (String changes to default help text in Friends, Nearby and Recent lists)
* Updated default help text in Friends, Nearby and Recent lists according to requirements in the ticket.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/259/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_people.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_people.xml b/indra/newview/skins/default/xui/en/panel_people.xml index 8131b75b70..43175c8509 100644 --- a/indra/newview/skins/default/xui/en/panel_people.xml +++ b/indra/newview/skins/default/xui/en/panel_people.xml @@ -13,10 +13,10 @@ width="333"> <string name="no_people" - value="No 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]." /> <string name="no_one_near" - value="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]." /> <string name="no_friends_online" value="No friends online" /> @@ -264,8 +264,8 @@ top="10" width="293" wrap="true"> - To add friends try [secondlife:///app/search/people global search] or use right-click on a Resident to add them as a friend. -If you're looking for people to hang out with, [secondlife:///app/worldmap try the Map]. + 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]. </text> </panel> <panel |