diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-04 11:28:31 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-04 11:28:31 +0000 |
commit | 23877285636610ecf426dc4d40f358a6f2eb4c92 (patch) | |
tree | 6cfcd893db43a26355f2cb3c1ffc75f431a55530 /indra/newview/skins/default/xui | |
parent | 2c30ccf34d518ccedd0b3ffdeb2ba1da8d140a1d (diff) | |
parent | 879675d986e8167db880586598358e6a80147108 (diff) |
PE merge.
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 5c37ef75b5..5d78cfc9ef 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -405,6 +405,19 @@ Do you wish to proceed? <notification icon="alertmodal.tga" + name="JoinGroupNoCost" + type="alertmodal"> +You are Joining group [NAME]. +Do you wish to proceed? + <usetemplate + name="okcancelbuttons" + notext="Cancel" + yestext="Join"/> + </notification> + + + <notification + icon="alertmodal.tga" name="JoinGroupCannotAfford" type="alertmodal"> Joining this group costs L$[COST]. |