🌐 N°2875 - Fix missing word in TriggerOnObjectMention:mentioned_filter(+) thanks to @jbostoen

This commit is contained in:
Molkobain
2021-10-19 21:36:23 +02:00
parent e0929f4d0d
commit 4bde828dbb
15 changed files with 15 additions and 15 deletions

View File

@@ -657,7 +657,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Class:TriggerOnObjectMention' => 'Trigger (bei Objekterwähnung)',
'Class:TriggerOnObjectMention+' => 'Trigger bei Objekterwähnung (@xxx) einer Objekt mit [eine Kinderklasse von] eine gegebene Klasse in ein Log-Attribut',
'Class:TriggerOnObjectMention/Attribute:mentioned_filter' => 'Mentioned filter~~',
'Class:TriggerOnObjectMention/Attribute:mentioned_filter+' => 'Limit the list of mentioned objects will activate the trigger. If empty, any mentioned object (of any class) will activate it.~~',
'Class:TriggerOnObjectMention/Attribute:mentioned_filter+' => 'Limit the list of mentioned objects which will activate the trigger. If empty, any mentioned object (of any class) will activate it.~~',
));
//