diff options
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 28 | 
1 files changed, 14 insertions, 14 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index cc57e1375a..23a8d21f8a 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1845,7 +1845,7 @@ You are not allowed to terraform parcel [PARCEL].     name="CannotCopyWarning"     type="alertmodal">  You do not have permission to copy the following items: -[ITEMS] +<nolink>[ITEMS]</nolink>  and will lose it from your inventory if you give it away. Do you really want to offer these items?      <tag>confirm</tag>      <usetemplate @@ -9479,7 +9479,7 @@ You Can't create trees and grass on land you don't own.     name="NoCopyPermsNoObject"     type="notify">     <tag>fail</tag> -Copy failed because you lack permission to copy the object '[OBJ_NAME]'. +Copy failed because you lack permission to copy the object <nolink>'[OBJ_NAME]'</nolink>.    </notification>    <notification @@ -9487,7 +9487,7 @@ Copy failed because you lack permission to copy the object '[OBJ_NAME]'.     name="NoTransPermsNoObject"     type="notify">     <tag>fail</tag> -Copy failed because the object '[OBJ_NAME]' cannot be transferred to you. +Copy failed because the object <nolink>'[OBJ_NAME]'</nolink> cannot be transferred to you.    </notification>    <notification @@ -9495,7 +9495,7 @@ Copy failed because the object '[OBJ_NAME]' cannot be transferred to you.     name="AddToNavMeshNoCopy"     type="notify">     <tag>fail</tag> -Copy failed because the object '[OBJ_NAME]' contributes to navmesh. +Copy failed because the object <nolink>'[OBJ_NAME]'</nolink> contributes to navmesh.    </notification>    <notification @@ -9619,7 +9619,7 @@ Save Back To Inventory has been disabled.     name="NoExistNoSaveToContents"     type="notify">     <tag>fail</tag> -Cannot save '[OBJ_NAME]' to object contents because the object it was rezzed from no longer exists. +Cannot save <nolink>'[OBJ_NAME]'</nolink> to object contents because the object it was rezzed from no longer exists.    </notification>    <notification @@ -9627,7 +9627,7 @@ Cannot save '[OBJ_NAME]' to object contents because the object it was rezzed fro     name="NoModNoSaveToContents"     type="notify">     <tag>fail</tag> -Cannot save '[OBJ_NAME]' to object contents because you do not have permission to modify the object '[DEST_NAME]'. +Cannot save <nolink>'[OBJ_NAME]'</nolink> to object contents because you do not have permission to modify the object <nolink>'[DEST_NAME]'</nolink>.    </notification>    <notification @@ -9635,7 +9635,7 @@ Cannot save '[OBJ_NAME]' to object contents because you do not have permission t     name="NoSaveBackToInvDisabled"     type="notify">     <tag>fail</tag> -Cannot save '[OBJ_NAME]' back to inventory -- this operation has been disabled. +Cannot save <nolink>'[OBJ_NAME]'</nolink> back to inventory -- this operation has been disabled.    </notification>    <notification @@ -9643,7 +9643,7 @@ Cannot save '[OBJ_NAME]' back to inventory -- this operation has been disabled.     name="NoCopyNoSelCopy"     type="notify">     <tag>fail</tag> -You cannot copy your selection because you do not have permission to copy the object '[OBJ_NAME]'. +You cannot copy your selection because you do not have permission to copy the object <nolink>'[OBJ_NAME]'</nolink>.    </notification>    <notification @@ -9651,7 +9651,7 @@ You cannot copy your selection because you do not have permission to copy the ob     name="NoTransNoSelCopy"     type="notify">     <tag>fail</tag> -You cannot copy your selection because the object '[OBJ_NAME]' is not transferrable. +You cannot copy your selection because the object <nolink>'[OBJ_NAME]'</nolink> is not transferrable.    </notification>    <notification @@ -9659,7 +9659,7 @@ You cannot copy your selection because the object '[OBJ_NAME]' is not transferra     name="NoTransNoCopy"     type="notify">     <tag>fail</tag> -You cannot copy your selection because the object '[OBJ_NAME]' is not transferrable. +You cannot copy your selection because the object <nolink>'[OBJ_NAME]'</nolink> is not transferrable.    </notification>    <notification @@ -9667,7 +9667,7 @@ You cannot copy your selection because the object '[OBJ_NAME]' is not transferra     name="NoPermsNoRemoval"     type="notify">     <tag>fail</tag> -Removal of the object '[OBJ_NAME]' from the simulator is disallowed by the permissions system. +Removal of the object <nolink>'[OBJ_NAME]'</nolink> from the simulator is disallowed by the permissions system.    </notification>    <notification @@ -9675,7 +9675,7 @@ Removal of the object '[OBJ_NAME]' from the simulator is disallowed by the permi     name="NoModNoSaveSelection"     type="notify">     <tag>fail</tag> -Cannot save your selection because you do not have permission to modify the object '[OBJ_NAME]'. +Cannot save your selection because you do not have permission to modify the object <nolink>'[OBJ_NAME]'</nolink>.    </notification>    <notification @@ -9683,7 +9683,7 @@ Cannot save your selection because you do not have permission to modify the obje     name="NoCopyNoSaveSelection"     type="notify">     <tag>fail</tag> -Cannot save your selection because the object '[OBJ_NAME]' is not copyable. +Cannot save your selection because the object <nolink>'[OBJ_NAME]'</nolink> is not copyable.    </notification>    <notification @@ -9691,7 +9691,7 @@ Cannot save your selection because the object '[OBJ_NAME]' is not copyable.     name="NoModNoTaking"     type="notify">     <tag>fail</tag> -You cannot take your selection because you do not have permission to modify the object '[OBJ_NAME]'. +You cannot take your selection because you do not have permission to modify the object <nolink>'[OBJ_NAME]'</nolink>.    </notification>    <notification  | 
