Skip to content

Commit

Permalink
Merge branch 'pulls/1123537760/13'
Browse files Browse the repository at this point in the history
  • Loading branch information
kinerity committed May 8, 2019
2 parents 5f3d2fa + 4fef50c commit 23b401b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions language/en/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@
'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.',
'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_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',

'BUTTON_MARK' => 'best answer',
'BUTTON_UNMARK' => 'Unmark best answer',
));

0 comments on commit 23b401b

Please sign in to comment.