summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/notifications.xml
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-02-16 17:18:36 -0800
committerJames Cook <james@lindenlab.com>2010-02-16 17:18:36 -0800
commite14a641619afc9948b590c2caf8df8df02bdbfe3 (patch)
treee75d356d949e324d7fde6fcba41bb7ffa73e6818 /indra/newview/skins/default/xui/en/notifications.xml
parent6a69a696d20832973c4d1e9e607e7e3d6f3fce93 (diff)
DEV-46234 Group Invite contains SLID with Resident, and
DEV-46231 Pay resident notification contains SLID with Resident last name, and DEV-46232 Payment confirmation of buy and sell parcel of land contains SLID with Resident in both notifications Clean up server-side name strings with regex matching. Reviewed with Simon.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r--indra/newview/skins/default/xui/en/notifications.xml20
1 files changed, 17 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 665a49b6d8..a69d9c78a7 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -4621,11 +4621,25 @@ Please select at least one type of content to search (General, Moderate, or Adul
<notification
icon="notify.tga"
- name="PaymentRecived"
+ name="PaymentReceived"
type="notify">
-[MESSAGE]
+[NAME] paid you L$[AMOUNT].
</notification>
-
+
+ <notification
+ icon="notify.tga"
+ name="PaymentReceivedFor"
+ type="notify">
+[NAME] paid you L$[AMOUNT] for [REASON].
+ </notification>
+
+ <notification
+ icon="notify.tga"
+ name="PaymentSent"
+ type="notify">
+You paid [NAME] L$[AMOUNT][REASON].
+ </notification>
+
<notification
icon="notify.tga"
name="EventNotification"