diff options
author | Armin Weatherwax | 2011-01-20 14:24:11 +0100 |
---|---|---|
committer | Armin Weatherwax | 2011-01-20 14:24:11 +0100 |
commit | 282cb19508dcd38039454dfe71d23bb042fe376c (patch) | |
tree | 974f029c7f0c9fcac97cc260444bfa46d3b93521 /linden/indra/newview/skins/default | |
parent | fix crash when linking objects using rubberband selection. (diff) | |
download | meta-impy-282cb19508dcd38039454dfe71d23bb042fe376c.zip meta-impy-282cb19508dcd38039454dfe71d23bb042fe376c.tar.gz meta-impy-282cb19508dcd38039454dfe71d23bb042fe376c.tar.bz2 meta-impy-282cb19508dcd38039454dfe71d23bb042fe376c.tar.xz |
re-enable statistics packet for SL, firstuse warn about it
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/notifications.xml | 18 |
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 b8f3fcb..63e85c4 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -7221,6 +7221,24 @@ Apply this region's settings? ("Ignore" will ignore all region setting | |||
7221 | The new font will appear after you restart [VIEWER_NAME]. | 7221 | The new font will appear after you restart [VIEWER_NAME]. |
7222 | </notification> | 7222 | </notification> |
7223 | 7223 | ||
7224 | <notification | ||
7225 | icon="alertmodal.tga" | ||
7226 | name="FirstPrivacy" | ||
7227 | type="alertmodal"> | ||
7228 | Terms of service of the grid you are connecting to require sending a "statistics packet" every 5 minutes. | ||
7229 | That is for example: Data about your hardware (CPU, RAM), number of avatars around, number of sims visited. | ||
7230 | Please check *the grids* privacy policy about usage of that data. | ||
7231 | <form name="form"> | ||
7232 | <button | ||
7233 | index="0" | ||
7234 | name="ok" | ||
7235 | text="Login anyway"/> | ||
7236 | <button | ||
7237 | index="1" | ||
7238 | name="notok" | ||
7239 | text="Do not log in"/> | ||
7240 | </form> | ||
7241 | </notification> | ||
7224 | 7242 | ||
7225 | <!--End Imprudence notifications--> | 7243 | <!--End Imprudence notifications--> |
7226 | <!-- [KITTY VIEWER] --> | 7244 | <!-- [KITTY VIEWER] --> |