diff options
author | Richard Linden <none@none> | 2010-09-22 16:12:04 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-22 16:12:04 -0700 |
commit | 636c86782b9c8a37996aaf01868f713214c54584 (patch) | |
tree | 538ca23494c2591aac1aafead4fa3d7dab24c354 /indra/newview/app_settings | |
parent | 18404624e0c9c2544b0ebba2b9758a606d2fe574 (diff) |
cleaned up notifications.xml and made global notifications toggle not use or modify saved responses
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/cmd_line.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/cmd_line.xml b/indra/newview/app_settings/cmd_line.xml index 00d69f805e..962c4e9d36 100644 --- a/indra/newview/app_settings/cmd_line.xml +++ b/indra/newview/app_settings/cmd_line.xml @@ -149,7 +149,7 @@ <key>nonotifications</key> <map> <key>desc</key> - <string>User will not get any notifications. NOTE: All notifications that occur will get added to ignore file for future runs.</string> + <string>User will not get any notifications.</string> <key>map-to</key> <string>IgnoreAllNotifications</string> </map> |