diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-08-19 15:43:06 -0400 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-08-19 15:43:06 -0400 |
commit | 75304b4ca81e3fdb9164ec607997a6c30616d8ca (patch) | |
tree | 4bee13989d3578a52e25eb867f94af08f2769ae3 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 6a5844d936c3317626cfcbe9d9cb66086d570fca (diff) |
MAINT-5378 Add notices for avatar complexity changes
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index d0ccf2e2d8..97c4c924e7 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3294,6 +3294,30 @@ You can use [SECOND_LIFE] normally and other people will see you correctly. </notification> <notification + icon = "notifytip.tga" + name = "RegionAndAgentComplexity" + type = "notifytip" + log_to_chat = "false"> + <unique combine = "cancel_old"> + <context>AgentComplexityNotice</context> + </unique> + Your visual complexity is [AGENT_COMPLEXITY]. +[OVERLIMIT_PCT]% of nearby users may not fully show you +with complexity this high. + </notification> + + <notification + icon = "notifytip.tga" + name = "AgentComplexity" + type = "notifytip" + log_to_chat = "false"> + <unique combine = "cancel_old"> + <context>AgentComplexityNotice</context> + </unique> +Your visual complexity is [AGENT_COMPLEXITY]. + </notification> + + <notification icon="alertmodal.tga" name="FirstRun" type="alertmodal"> |