diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-10-07 10:42:31 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-10-07 10:42:31 -0700 |
commit | 2ed5f04b99c4805b8adda9745811e82616d61c9b (patch) | |
tree | 808587517ec2b7e0e2fffdf7d3aca12daab3b16a /indra/newview/skins/default | |
parent | 7c47576f02e2e5f1300e786b8868a0697554f69a (diff) |
Adding viewer hint for setting display name the when edit profile is opened with no display name set
Diffstat (limited to 'indra/newview/skins/default')
-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 efd6ed0ac8..88b5613880 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6538,6 +6538,14 @@ Mute everyone? </notification> <notification + name="HintDisplayName" + label="Display Name" + type="hint" + unique="true"> + Set your customizable display name here. This is in addition to your unique username, which can't be changed. + </notification> + + <notification name="HintInventory" label="Inventory" type="hint" |