diff options
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 7b1449ea92..da1ab380e5 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4406,7 +4406,7 @@ Currently, the fee to join this "group" is L$ [COST].      <usetemplate       name="okcancelbuttons"       notext="Cancel" -     yestext="OK"/> +     yestext="Leave"/>    </notification>    <notification @@ -4420,7 +4420,7 @@ There is currently no fee to join this group.      <usetemplate       name="okcancelbuttons"       notext="Cancel" -     yestext="OK"/> +     yestext="Leave"/>    </notification>  | 
