From 6aeab7dc800d2bd5a94d42a07b25da58507c5e8b Mon Sep 17 00:00:00 2001 From: Paul Norman <31554246+CrazyC0d3r@users.noreply.github.com> Date: Mon, 22 Apr 2019 21:07:23 +0100 Subject: [PATCH] Add support for notifications --- language/en/common.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/language/en/common.php b/language/en/common.php index b1cb631..aaf6b04 100644 --- a/language/en/common.php +++ b/language/en/common.php @@ -55,4 +55,9 @@ 'UNMARK_ANSWER' => 'Unmark answer', 'UNMARK_ANSWER_CONFIRM' => 'Are you sure you want to unmark this post as the best answer?', + + 'BEST_ANSWER_NOTIFICATION' => '%1$s marked your post in topic ā€œ%2$sā€ as the best answer.', + 'NOT_BEST_ANSWER_NOTIFICATION' => '%1$s unmarked your post in topic ā€œ%2$sā€ as the best answer.', + 'NOTIFICATION_TYPE_BEST_ANSWER' => 'Someone marks your topic reply as the best answer', + 'NOTIFICATION_TYPE_NOT_BEST_ANSWER' => 'Someone unmarks your topic reply as the best answer', ));