aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJacek Antonelli2011-02-22 18:32:58 -0600
committerMcCabe Maxsted2011-02-27 15:49:17 -0700
commitd9bb2b05c1326f01221d67e3e5b2dcb636a9f941 (patch)
treebdbd86fe30d2086dc1ff0bea5a5ebd9bb6dc0858
parentChanged imprudenceviewer.org URLs to the new kokuaviewer.org URLs. (diff)
downloadmeta-impy-d9bb2b05c1326f01221d67e3e5b2dcb636a9f941.zip
meta-impy-d9bb2b05c1326f01221d67e3e5b2dcb636a9f941.tar.gz
meta-impy-d9bb2b05c1326f01221d67e3e5b2dcb636a9f941.tar.bz2
meta-impy-d9bb2b05c1326f01221d67e3e5b2dcb636a9f941.tar.xz
Improved warning message about SL statistics packet.
-rw-r--r--linden/indra/newview/app_settings/settings.xml2
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/notifications.xml26
2 files changed, 13 insertions, 15 deletions
diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml
index d5a7527..986f3a8 100644
--- a/linden/indra/newview/app_settings/settings.xml
+++ b/linden/indra/newview/app_settings/settings.xml
@@ -1369,7 +1369,7 @@
1369 <key>WarnFirstPrivacy</key> 1369 <key>WarnFirstPrivacy</key>
1370 <map> 1370 <map>
1371 <key>Comment</key> 1371 <key>Comment</key>
1372 <string>Enables FirstPrivacy warning on login</string> 1372 <string>Warn about statistics packet when first logging in to Second Life.</string>
1373 <key>Persist</key> 1373 <key>Persist</key>
1374 <integer>1</integer> 1374 <integer>1</integer>
1375 <key>Type</key> 1375 <key>Type</key>
diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
index 86beab5..47d3dbb 100644
--- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
@@ -7304,22 +7304,20 @@ The new font will appear after you restart [VIEWER_NAME].
7304</notification> 7304</notification>
7305 7305
7306<notification 7306<notification
7307 icon="alertmodal.tga"
7308 name="FirstPrivacy" 7307 name="FirstPrivacy"
7308 icon="alertmodal.tga"
7309 type="alertmodal"> 7309 type="alertmodal">
7310Terms of service of the grid you are connecting to require sending a "statistics packet" every 5 minutes. 7310Attention: The Second Life Terms of Service require that all viewers, including the Imprudence Viewer, send a "statistics packet" to Linden Lab every 5 minutes while you are connected to Second Life.
7311That is for example: Data about your hardware (CPU, RAM), number of avatars around, number of sims visited. 7311
7312Please check *the grids* privacy policy about usage of that data. 7312The packet includes non-personally-identifying data about your computer and your Second Life usage, such as your computer hardware and operating system, average framerate, number of sims visited, number of avatars nearby, and more. Please check the Second Life Privacy Policy for information about how Linden Lab uses this and other data.
7313 <form name="form"> 7313
7314 <button 7314The packet is sent only to Linden Lab; the Imprudence Project does not receive or collect any data of this kind.
7315 index="0" 7315
7316 name="ok" 7316The Second Life Terms of Service do not allow you to opt out. By logging in to Second Life, you are consenting to this data collection.
7317 text="Login anyway"/> 7317 <usetemplate
7318 <button 7318 name="okcancelbuttons"
7319 index="1" 7319 yestext="Log In"
7320 name="notok" 7320 notext="Cancel"/>
7321 text="Do not log in"/>
7322 </form>
7323</notification> 7321</notification>
7324 7322
7325<!--End Imprudence notifications--> 7323<!--End Imprudence notifications-->