diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 26 |
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 |