diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-10-26 15:10:40 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-10-26 15:10:40 +0300 |
commit | 5828d061144fe1d15580dc6f9e00d7dcf93456ea (patch) | |
tree | 1335fce8415f9b383fcf53f9f154a3e023cd68b1 /indra/newview/skins/default/xui | |
parent | d4373437f2bb80579b0a2c984d30d041e0c6d156 (diff) |
SL-448 Implement a limit to block list
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 65ab3f001f..db90e6a163 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1886,7 +1886,16 @@ Go to [_URL] for information on purchasing L$? notext="Cancel" yestext="OK"/> </notification> - + + <notification + icon="alertmodal.tga" + name="MuteLimitReached" + persist="false" + type="notify"> +Unable to add new entry to block list because you reached the limit of [MUTE_LIMIT] entries. + <tag>fail</tag> + </notification> + <notification icon="alertmodal.tga" name="UnableToLinkObjects" |