diff options
author | simon <none@none> | 2013-08-05 14:53:07 -0700 |
---|---|---|
committer | simon <none@none> | 2013-08-05 14:53:07 -0700 |
commit | e238ddf54bbf6b6adfc115e32bff03de75a8f4ac (patch) | |
tree | f18cce7b9cf129548916ecf696f9f10c083959b0 /indra/newview | |
parent | 1015adf32256b6ffeb44f5e75df537f5562fa7ae (diff) |
MAINT-2966 : Add viewer alert info for "NoEnterRegionMaybeFull"
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 99824862e2..d14aed273d 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -8707,11 +8707,11 @@ You are no longer allowed here and have [EJECT_TIME] seconds to leave. <notification icon="alertmodal.tga" - name="NoEnterServerFull" + name="NoEnterRegionMaybeFull" type="notify"> <tag>fail</tag> -You can't enter this region because -the server is full. +You can't enter region "[NAME]". +It may be full or restarting soon. </notification> <notification |