diff options
author | James Cook <james@lindenlab.com> | 2010-05-24 16:58:49 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-24 16:58:49 -0700 |
commit | 3b0bb8159605685befd79784ddcf6feadee36b67 (patch) | |
tree | a0c7ad659f0def0de6d1043542f56ecc25af3c19 /indra/newview/skins | |
parent | 01fa1379931ea41813e33a4228dcb8a156f609e7 (diff) |
DEV-50013 Add "Reset" button to Set Name dialog
Reviewed with Richard
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index cc32941633..51b88cf59a 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3145,7 +3145,9 @@ You are no longer frozen. icon="alertmodal.tga" name="SetDisplayName" type="alertmodal"> -Change your display name? +Change your display name (used for name tags, chat, etc.)? + +You can also reset it back to your original username. <form name="form"> <input name="display_name" type="text"> [DISPLAY_NAME] @@ -3157,6 +3159,10 @@ Change your display name? text="Change"/> <button index="1" + name="Reset" + text="Reset"/> + <button + index="2" name="Cancel" text="Cancel"/> </form> |