diff options
author | McCabe Maxsted | 2010-08-19 10:54:12 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-26 11:22:52 -0700 |
commit | fee791f808c6adcb114302f39aacce4d5834edf5 (patch) | |
tree | 8328ae00e6af4163f68adfaf12e0947e91b84135 /linden/indra/newview/skins | |
parent | Disable ParticleChat by default, as it's a privacy concern. (diff) | |
download | meta-impy-fee791f808c6adcb114302f39aacce4d5834edf5.zip meta-impy-fee791f808c6adcb114302f39aacce4d5834edf5.tar.gz meta-impy-fee791f808c6adcb114302f39aacce4d5834edf5.tar.bz2 meta-impy-fee791f808c6adcb114302f39aacce4d5834edf5.tar.xz |
Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.e
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/notifications.xml | 48 |
1 files changed, 48 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 c59d713..e2a6b6e 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -56,6 +56,20 @@ Always choose this option | |||
56 | </form> | 56 | </form> |
57 | </template> | 57 | </template> |
58 | 58 | ||
59 | <template name="okcancelbuttonscanceldefault"> | ||
60 | <form> | ||
61 | <button | ||
62 | index="0" | ||
63 | name="OK" | ||
64 | text="$yestext"/> | ||
65 | <button | ||
66 | default="true" | ||
67 | index="1" | ||
68 | name="Cancel" | ||
69 | text="$notext"/> | ||
70 | </form> | ||
71 | </template> | ||
72 | |||
59 | <template name="okcancelignore"> | 73 | <template name="okcancelignore"> |
60 | <form> | 74 | <form> |
61 | <button | 75 | <button |
@@ -6369,6 +6383,40 @@ You have begun playing media. Media can set to play automatically in the prefer | |||
6369 | </notification> | 6383 | </notification> |
6370 | 6384 | ||
6371 | <notification | 6385 | <notification |
6386 | icon="notify.tga" | ||
6387 | name="FirstRLVDetach" | ||
6388 | type="notify"> | ||
6389 | One of your attachments was made nondetachable using Restrained Life. | ||
6390 | Please note that this also disables the 'Wear' option on all prim attachments in your inventory unless they are properly named. | ||
6391 | |||
6392 | For more information search for 'Restrained Life' on the SL wiki. | ||
6393 | </notification> | ||
6394 | |||
6395 | <notification | ||
6396 | icon="notify.tga" | ||
6397 | name="FirstRLVFartouch" | ||
6398 | type="notify"> | ||
6399 | You have been fartouch restricted: you will be unable to touch objects farther than 1.5m from your avatar until the restriction is lifted. | ||
6400 | |||
6401 | Tip: if an object is out of range the mouse cursor will not change as you hover over it and you'll hear an error sound if you try to right-click it. | ||
6402 | </notification> | ||
6403 | |||
6404 | <notification | ||
6405 | icon="alertmodal.tga" | ||
6406 | name="FirstRLVGiveToRLV" | ||
6407 | type="alertmodal"> | ||
6408 | Folders starting with '#RLV/~' can automatically be placed under your #RLV shared folder after you accept the inventory offer. | ||
6409 | |||
6410 | Please note that - if enabled - the accepted inventory items will instantly be available to scripts and will have full use of the RLV API which may cause unexpected or undesirable situations. | ||
6411 | |||
6412 | Do you want to enable this feature? | ||
6413 | <usetemplate | ||
6414 | name="okcancelbuttonscanceldefault" | ||
6415 | notext="No" | ||
6416 | yestext="Yes"/> | ||
6417 | </notification> | ||
6418 | |||
6419 | <notification | ||
6372 | icon="notifytip.tga" | 6420 | icon="notifytip.tga" |
6373 | name="MaxListSelectMessage" | 6421 | name="MaxListSelectMessage" |
6374 | type="notifytip"> | 6422 | type="notifytip"> |