Version 2.0.0-RC3
This commit is contained in:
@@ -59,9 +59,8 @@ $lang = array_merge($lang, array(
|
||||
),
|
||||
|
||||
// Post notification messages (%1$s is replaced with a link to the new/edited post, %2$s is replaced with a link to the forum)
|
||||
'MCHAT_NEW_POST' => 'Posted a new topic: %1$s in %2$s',
|
||||
'MCHAT_NEW_REPLY' => 'Posted a reply: %1$s in %2$s',
|
||||
'MCHAT_NEW_QUOTE' => 'Replied with a quote: %1$s in %2$s',
|
||||
'MCHAT_NEW_EDIT' => 'Edited a post: %1$s in %2$s',
|
||||
|
||||
'MCHAT_NEW_POST' => 'posted a new topic: %1$s in %2$s',
|
||||
'MCHAT_NEW_REPLY' => 'posted a reply: %1$s in %2$s',
|
||||
'MCHAT_NEW_QUOTE' => 'replied with a quote: %1$s in %2$s',
|
||||
'MCHAT_NEW_EDIT' => 'edited a post: %1$s in %2$s',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user