diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-08-29 16:51:27 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-08-29 16:51:27 +0300 |
commit | 6897ad72ff1774f286acd3ddebdc11fc2e0b5f23 (patch) | |
tree | a5acae94930d6bf310d9e5cc47ea58923665d6b6 | |
parent | 9c3c8450a64cd644966f3242af0a2dbde0eacab9 (diff) |
SL-11675 Don't show identical error messages more then once
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index ab80e0fc46..fd9a3f12e8 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2259,6 +2259,7 @@ Unable to create output file: [FILE] icon="alertmodal.tga" name="DoNotSupportBulkAnimationUpload" type="alertmodal"> + <unique/> [APP_NAME] does not currently support bulk upload of BVH format animation files. <tag>fail</tag> </notification> @@ -3440,6 +3441,9 @@ Display settings have been set to recommended levels because of a change to the icon="alertmodal.tga" name="ErrorMessage" type="alertmodal"> + <unique> + <context>ERROR_MESSAGE</context> + </unique> [ERROR_MESSAGE] <tag>fail</tag> <usetemplate |