diff options
author | James Cook <james@lindenlab.com> | 2009-11-20 14:39:46 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-20 14:39:46 -0800 |
commit | 67c832d94b53fb5d32ec27eebf7f57b668e899db (patch) | |
tree | 57d5b6d268a54270e244baa5c218f145a555d1c3 /indra/newview/skins/default/xui/en/panel_profile.xml | |
parent | ad02019d71741ce571599cdeef900430384b82dd (diff) |
EXT-1743 People inspectors should show Age, not Date born
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_profile.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_profile.xml b/indra/newview/skins/default/xui/en/panel_profile.xml index 5110b6b2ef..bf1d46451b 100644 --- a/indra/newview/skins/default/xui/en/panel_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_profile.xml @@ -27,7 +27,8 @@ <string name="no_partner_text" value="None" /> - <scroll_container + <string name="RegisterDateFormat">[REG_DATE] ([AGE])</string> + <scroll_container color="DkGray2" follows="all" height="485" |