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/ru | |
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/ru')
-rw-r--r-- | indra/newview/skins/default/xui/ru/notifications.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/ru/notifications.xml b/indra/newview/skins/default/xui/ru/notifications.xml index 1be14160ed..f121743fe9 100644 --- a/indra/newview/skins/default/xui/ru/notifications.xml +++ b/indra/newview/skins/default/xui/ru/notifications.xml @@ -1431,7 +1431,7 @@ http://secondlife.com/download. <usetemplate ignoretext="Подтверждать перед возвратом объектов владельцам" name="okcancelignore" notext="Отмена" yestext="OK"/> </notification> <notification name="GroupLeaveConfirmMember"> - Вы являетесь участником группы [GROUP]. + Вы являетесь участником группы <nolink>[GROUP]</nolink>. Хотите покинуть группу? <usetemplate name="okcancelbuttons" notext="Отмена" yestext="OK"/> </notification> |