diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-12-23 14:18:01 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-12-23 14:18:01 +0200 |
commit | f6281d0d869c7f7248edcac015d48ae09a82b7ff (patch) | |
tree | f04e743525ad416a7ef0ee83a2137890bb70a9ee /indra/newview/skins/default/xui/en | |
parent | 62e77147b21bba59e7eda992f7f9c9052b6098d1 (diff) |
EXP-1744 FIXED URL-like group display name was shown as hyperlink in the Leave Group confirmation dialog.
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 5b985c9981..b90acffbc9 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3409,7 +3409,7 @@ Are you sure you want to return the selected objects to their owners? Transferab icon="alert.tga" name="GroupLeaveConfirmMember" type="alert"> -You are currently a member of the group [GROUP]. +You are currently a member of the group <nolink>[GROUP]</nolink>. Leave Group? <tag>group</tag> <tag>confirm</tag> |