aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui
diff options
context:
space:
mode:
authorArmin Weatherwax2011-01-20 14:24:11 +0100
committerJacek Antonelli2011-02-22 15:40:50 -0600
commitdfbdcaaf136e2e7c3bdb9b0b9185797b406b3bf5 (patch)
tree1edbed672d5ef0b28f3f2a7988d034a7caf762c7 /linden/indra/newview/skins/default/xui
parentTransferred the new linux32 gtk-etc package to our server. (diff)
downloadmeta-impy-dfbdcaaf136e2e7c3bdb9b0b9185797b406b3bf5.zip
meta-impy-dfbdcaaf136e2e7c3bdb9b0b9185797b406b3bf5.tar.gz
meta-impy-dfbdcaaf136e2e7c3bdb9b0b9185797b406b3bf5.tar.bz2
meta-impy-dfbdcaaf136e2e7c3bdb9b0b9185797b406b3bf5.tar.xz
re-enable statistics packet for SL, firstuse warn about it
(cherry picked from commit 282cb19508dcd38039454dfe71d23bb042fe376c)
Diffstat (limited to 'linden/indra/newview/skins/default/xui')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/notifications.xml18
1 files changed, 18 insertions, 0 deletions
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 0301c3d..04f9f4b 100644
--- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
@@ -7059,6 +7059,24 @@ Apply this region's settings? ("Ignore" will ignore all region setting
7059The new font will appear after you restart [VIEWER_NAME]. 7059The new font will appear after you restart [VIEWER_NAME].
7060</notification> 7060</notification>
7061 7061
7062<notification
7063 icon="alertmodal.tga"
7064 name="FirstPrivacy"
7065 type="alertmodal">
7066Terms of service of the grid you are connecting to require sending a "statistics packet" every 5 minutes.
7067That is for example: Data about your hardware (CPU, RAM), number of avatars around, number of sims visited.
7068Please check *the grids* privacy policy about usage of that data.
7069 <form name="form">
7070 <button
7071 index="0"
7072 name="ok"
7073 text="Login anyway"/>
7074 <button
7075 index="1"
7076 name="notok"
7077 text="Do not log in"/>
7078 </form>
7079</notification>
7062 7080
7063<!--End Imprudence notifications--> 7081<!--End Imprudence notifications-->
7064 7082