diff options
author | Jonathan Yap <none@none> | 2013-11-07 16:27:38 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2013-11-07 16:27:38 -0500 |
commit | e988fffbca2199156ed656a091409394246f929d (patch) | |
tree | 53546b8edf2660e8ca70e0ba410748f94772947a /indra/newview/skins/default | |
parent | c817166ebe67cefd02f8c9e3bb9195a6a86fa199 (diff) |
STORM-68 Add initial support to use a capability for setting default object
permissions on the server.
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index afc5b916e7..a46cce996b 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7722,5 +7722,16 @@ Disabling future updates for this file. Attempted to add an invalid or unreadable image file [FNAME] which could not be opened or decoded. Attempt cancelled. </notification> + + <notification + icon="alertmodal.tga" + name="DefaultObjectPermissions" + type="alert"> + There was a problem saving the default permissions due to the following reason: [REASON]. Please try setting the default permissions later. + <tag>fail</tag> + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> </notifications> |