diff options
author | simon@lindenlab.com <simon@lindenlab.com> | 2011-07-08 15:41:55 -0700 |
---|---|---|
committer | simon@lindenlab.com <simon@lindenlab.com> | 2011-07-08 15:41:55 -0700 |
commit | bef014ad2ab9496755ef266cdfaeb9f9c333b240 (patch) | |
tree | 79e2235c409b21b01fe0f76b096e62526bb6f4b9 /indra/newview/skins | |
parent | 1cf5ce3a436297e0ac2293eacae7428f231fe1ec (diff) |
ER-910 cleanup: removed a stale comment, tweaked text in About Land dialog
Options tab.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_about_land.xml | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_about_land.xml b/indra/newview/skins/default/xui/en/floater_about_land.xml index 5067ef7167..07cb4c12f5 100644 --- a/indra/newview/skins/default/xui/en/floater_about_land.xml +++ b/indra/newview/skins/default/xui/en/floater_about_land.xml @@ -1207,8 +1207,7 @@ Only large parcels can be listed in search. </panel.string> <panel.string name="see_avs_text"> - Allow avatars on other parcels to see - and chat with avatars on this parcel + See and chat with residents on this parcel </panel.string> <text type="string" @@ -1516,14 +1515,27 @@ Only large parcels can be listed in search. fallback_image="default_land_picture.j2c" tool_tip="Click to choose a picture" width="195" /> + <text + type="string" + length="1" + follows="left|top" + text_color="white" + height="16" + layout="topleft" + left="230" + top="174" + name="allow_label5" + width="278"> + Allow Residents on other parcels to: + </text> <check_box - height="32" + height="16" label="See Avatars" + follows="top" layout="topleft" left="230" - top="164" name="SeeAvatarsCheck" - tool_tip="Allows avatars on other parcels to see and chat with avatars on this parcel, and you to see and chat with them." + tool_tip="Allows residents on other parcels to see and chat with residents on this parcel, and you to see and chat with them." width="120" /> <text type="string" |