diff options
author | Denis Serdjuk <dserduk@productengine.com> | 2010-02-05 16:15:07 +0200 |
---|---|---|
committer | Denis Serdjuk <dserduk@productengine.com> | 2010-02-05 16:15:07 +0200 |
commit | 5138d54b8977ecba24f0c7e142ef1c465ae2756c (patch) | |
tree | 9523e0b42dfbc74c044954b57f31f81190127239 /indra/newview/skins/default/xui/en | |
parent | c2ca361e73bfe8ee774c9d3177184d9006385d5d (diff) |
fixed bug EXT-4757 URL-name of object is shown as clickable HTTP URL in toasts
Cause:
ServerObjectMessage notification uses hardcoded message from simulator. There is no possible to escape object name separately.
Solution:
Whole server message has been escaped using <nolink> tag.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-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 7e4a95c623..02550a2bed 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4763,7 +4763,7 @@ The objects on the selected parcel that are NOT owned by you have been returned name="ServerObjectMessage" type="notify"> Message from [NAME]: -[MSG] +<nolink>[MSG]</nolink> </notification> <notification |