diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-04 18:33:13 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-04 18:33:13 +0200 |
commit | 28a1ee9da8d58955590e3596409d2f49b130e1fc (patch) | |
tree | 8abed6140260c156fe74a4953d5cd7f4b82cb9e5 /indra/newview/skins/default/xui/en | |
parent | ebdb78ef3b25247fd86f48833004b4254ca8e360 (diff) |
implemented EXT-700 “"Offer" notifications should be accessible via chiclet”
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-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 f48cc6d4bf..0d7351395a 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4499,14 +4499,14 @@ You don't have permission to copy this. <notification icon="notifytip.tga" name="InventoryAccepted" - type="notifytip"> + type="offer"> [NAME] received your inventory offer. </notification> <notification icon="notifytip.tga" name="InventoryDeclined" - type="notifytip"> + type="offer"> [NAME] declined your inventory offer. </notification> |