diff options
| author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-05-12 21:17:10 +0300 | 
|---|---|---|
| committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-05-12 21:17:10 +0300 | 
| commit | 5e0fee32074643454ae3c947eae648c6333d7f48 (patch) | |
| tree | 565e8f7a3de3f68bc5585fba4076fab438e54cd3 | |
| parent | 353d2059fc33174010127863a25983b918115361 (diff) | |
STORM-1243 WIP Fixed a typo in notifications.xml which might lead to numerous notification handling errors.
The typo was introduced in changeset 437f3d892bfd.
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 28dcae41c5..2e0f3d9cdc 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6905,7 +6905,7 @@ Deed to group failed.     name="ReleaseLandThrottled"     type="notifytip">  The parcel [PARCEL_NAME] can not be abandoned at this time. -   tag>fail</tag> +   <tag>fail</tag>    </notification>    <notification | 
