diff options
| author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-10-12 14:05:13 +0300 | 
|---|---|---|
| committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-10-12 14:05:13 +0300 | 
| commit | 7111a1b3d946d00924627956f249cc4e513dd55b (patch) | |
| tree | 8809675ef613847be90ca76670dcc336eaef5acc | |
| parent | be340c9fe93d90cc52a239f983e3694c7812335e (diff) | |
STORM-359 FIXED Disable higlighting URLs in object names inside llDialog/llGiveInventory/llLoadURL and script question dialogs.
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index e1aecda151..af3280314a 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5266,7 +5266,7 @@ No valid parcel could be found.     icon="notify.tga"     name="ObjectGiveItem"     type="offer"> -An object named [OBJECTFROMNAME] owned by [NAME_SLURL] has given you this [OBJECTTYPE]: +An object named <nolink>[OBJECTFROMNAME]</nolink> owned by [NAME_SLURL] has given you this [OBJECTTYPE]:  [ITEM_SLURL]      <form name="form">        <button @@ -5510,7 +5510,7 @@ Load web page [URL]?  [MESSAGE] -From object: [OBJECTNAME], owner: [NAME]? +From object: <nolink>[OBJECTNAME]</nolink>, owner: [NAME]?      <form name="form">        <button         index="0" @@ -5552,7 +5552,7 @@ The item you are trying to wear uses a feature that your Viewer can't read.     name="ScriptQuestion"     persist="true"     type="notify"> -'[OBJECTNAME]', an object owned by '[NAME]', would like to: +'<nolink>[OBJECTNAME]</nolink>', an object owned by '[NAME]', would like to:  [QUESTIONS]  Is this OK? @@ -5578,7 +5578,7 @@ Is this OK?     priority="high"     persist="true"     type="notify"> -An object named '[OBJECTNAME]', owned by '[NAME]' would like to: +An object named '<nolink>[OBJECTNAME]</nolink>', owned by '[NAME]' would like to:  [QUESTIONS]  If you do not trust this object and its creator, you should deny the request. @@ -5605,7 +5605,7 @@ Grant this request?     icon="notify.tga"     name="ScriptDialog"     type="notify"> -[FIRST] [LAST]'s '[TITLE]' +[FIRST] [LAST]'s '<nolink>[TITLE]</nolink>'  [MESSAGE]      <form name="form">        <button @@ -5619,7 +5619,7 @@ Grant this request?     icon="notify.tga"     name="ScriptDialogGroup"     type="notify"> -[GROUPNAME]'s '[TITLE]' +[GROUPNAME]'s '<nolink>[TITLE]</nolink>'  [MESSAGE]      <form name="form">        <button | 
