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/ja/notifications.xml | |
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/ja/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/notifications.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/ja/notifications.xml b/indra/newview/skins/default/xui/ja/notifications.xml index 7dfa6d2f7a..141f2c8071 100644 --- a/indra/newview/skins/default/xui/ja/notifications.xml +++ b/indra/newview/skins/default/xui/ja/notifications.xml @@ -1467,7 +1467,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> |