summaryrefslogtreecommitdiff
path: root/indra/newview/skins
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-05-07 15:01:27 -0700
committerJames Cook <james@lindenlab.com>2010-05-07 15:01:27 -0700
commit5ad8364a68d64d2d921f4cf65dbab0eb7b03fc1d (patch)
treed84ac94b833f72dec54df79283e2ccb5bc333e9e /indra/newview/skins
parent0e9faa3f0492f3ea1988377ee55c8b772d69ebed (diff)
DEV-49780 Better confirmation/failure messages for setting name
Reviewed with Callum
Diffstat (limited to 'indra/newview/skins')
-rw-r--r--indra/newview/skins/default/xui/en/notifications.xml26
1 files changed, 15 insertions, 11 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 47c2e496bd..6d90ec901a 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -3055,32 +3055,36 @@ Change your display name?
<notification
icon="alertmodal.tga"
- name="SetDisplayNameFailedGeneric"
+ name="SetDisplayNameSuccess"
type="alertmodal">
- Sorry, we could not set your display name. Please try again later.
- </notification>
+Thanks for updating your name!
+Just like in real life, it takes a while for everyone to learn about a new name. Please allow [HOURS] hours for your name to update in object ownership, scripts, search, etc.
+ </notification>
+
<notification
icon="alertmodal.tga"
- name="AgentDisplayNameSetLindenFailed"
+ name="SetDisplayNameFailedGeneric"
type="alertmodal">
-Sorry, your display name cannot contain the word 'Linden'.
-
-Please try a different name.
+ Sorry, we could not set your display name. Please try again later.
</notification>
<notification
icon="alertmodal.tga"
- name="SetDisplayNameFailedThrottle"
+ name="AgentDisplayNameUpdateThresholdExceeded"
type="alertmodal">
- Sorry, you can only change your display name once every [FREQUENCY] hour(s).
+Sorry, you can only change your display name once every 24 hours.
+
+Please try again later.
</notification>
<notification
icon="alertmodal.tga"
- name="SetDisplayNameFailedUnavailable"
+ name="AgentDisplayNameSetBlocked"
type="alertmodal">
- Sorry, we could not set that display name. Please try a different name.
+ Sorry, we could not set your requested name because it contains a banned word.
+
+ Please try a different name.
</notification>
<notification