diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-10-13 14:36:01 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-10-13 14:36:01 -0700 |
commit | 84f06e40e1e12723228e31d1a329c899cec99751 (patch) | |
tree | b1644e886c5fa24200be5b5bb05dc5fb7dd41f72 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 0957d94baa6067708061bbb53e8abc925ad69208 (diff) |
DN-165 User cannot reset name to default if they are throttled because they receive the Sorry you cannot change your display name until [time] message. They cannot access the change display name dialog to hit reset when throttled.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 4e25efe555..7e9cc6772d 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3194,14 +3194,6 @@ Just like in real life, it takes a while for everyone to learn about a new name. </notification> <notification - icon="alertmodal.tga" - name="SetDisplayNameFailedLockout" - type="alert"> -Sorry, you cannot [http://wiki.secondlife.com/wiki/Setting_your_display_name change your display name] until: -[TIME] - </notification> - - <notification icon="alertmodal.tga" name="SetDisplayNameBlocked" type="alert"> @@ -3231,7 +3223,7 @@ Please try a shorter name. The display names you entered do not match. Please re-enter. </notification> - <!-- *NOTE: This should never happen, users should see SetDisplayNameFailedLockout above --> + <!-- *NOTE: This should never happen --> <notification icon="alertmodal.tga" name="AgentDisplayNameUpdateThresholdExceeded" |