diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-10-18 23:59:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 23:59:17 +0300 |
commit | 0f742298deab3d2718a532fe36a473d2d3a6b38c (patch) | |
tree | e5bb1724ebe0db3b5f626ceb34dd9020f3816588 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | ddb2c93818fe1132116c6efaebc9bd3afd012187 (diff) |
SL-20376 Clarify group membership status and leave-group confirmation dialog
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 5115bcb27f..7b1449ea92 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4399,8 +4399,22 @@ Are you sure you want to return the selected objects to their owners? Transferab icon="alert.tga" name="GroupLeaveConfirmMember" type="alert"> -You are currently a member of the group <nolink>[GROUP]</nolink>. -Leave Group? +Leave the group '<nolink>[GROUP]</nolink>'? +Currently, the fee to join this "group" is L$ [COST]. + <tag>group</tag> + <tag>confirm</tag> + <usetemplate + name="okcancelbuttons" + notext="Cancel" + yestext="OK"/> + </notification> + + <notification + icon="alert.tga" + name="GroupLeaveConfirmMemberNoFee" + type="alert"> +Leave the group '<nolink>[GROUP]</nolink>'? +There is currently no fee to join this group. <tag>group</tag> <tag>confirm</tag> <usetemplate |