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/de | |
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/de')
-rw-r--r-- | indra/newview/skins/default/xui/de/notifications.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/de/notifications.xml b/indra/newview/skins/default/xui/de/notifications.xml index 72e7ec8eb4..a5fcd3e0b4 100644 --- a/indra/newview/skins/default/xui/de/notifications.xml +++ b/indra/newview/skins/default/xui/de/notifications.xml @@ -1443,7 +1443,7 @@ Zur Installation des Updates muss [APP_NAME] neu gestartet werden. <usetemplate ignoretext="Bestätigen, bevor Objekte an Ihre Eigentümer zurückgegeben werden" name="okcancelignore" notext="Abbrechen" yestext="OK"/> </notification> <notification name="GroupLeaveConfirmMember"> - Sie sind Mitglied der Gruppe [GROUP]. + Sie sind Mitglied der Gruppe <nolink>[GROUP]</nolink>. Diese Gruppe verlassen? <usetemplate name="okcancelbuttons" notext="Abbrechen" yestext="OK"/> </notification> |