diff options
author | Richard Linden <none@none> | 2010-10-21 17:14:14 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-10-21 17:14:14 -0700 |
commit | e638204dc2d8b409f17f7cdf8938deb97d137dbc (patch) | |
tree | 9b2030bdcafa763742d05553c668eec3e35ba1f3 /indra/newview/skins/default/xui | |
parent | f241e2327c3e28ed0692ec4f3a1a11ebf563b8bf (diff) |
EXP-273 WIP added avatar picker popup and hint
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 834fe6f966..b32a33b59a 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6448,6 +6448,14 @@ Mute everyone? </notification> <notification + name="HintAvatarPicker" + label="Change your Look" + type="hint" + unique="true"> + Would you like to try a new look? Click the button below to see more Avatars. + </notification> + + <notification name="HintSidePanel" label="Side Panel" type="hint" |