diff options
author | Richard Linden <none@none> | 2010-11-08 15:40:27 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-11-08 15:40:27 -0800 |
commit | 197f09f1ea7c634d619a3d87d65f6e929611c511 (patch) | |
tree | 304965e7c752f79bc2ca614d64025b2be094aa4b /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 451d115c1009ded2b2d74efefbe0611c62343eed (diff) |
EXP-421 FIX Notifications tab in Preferences not working properly
reverted to old sense where ignore setting of notifications has meaning true=show false=ignore
reviewed by Callum
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 83cbcb3344..9f98823c01 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6532,7 +6532,7 @@ Mute everyone? <form name="form"> <ignore name="ignore" control="MediaEnablePopups" - invert_control="false" + invert_control="true" text="Enable all pop-ups"/> <button default="true" index="0" |