-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.0-a2
-
None
In language/en/common.php we can see
'NOTIFICATION_QUOTE' => '%1$s quoted you in the post "%2$s".',
|
'NOTIFICATION_QUOTE_TRIMMED' => '%1$s and %3$d others replied to the topic ā%2$sā',
|
The latter entry should probably be
'NOTIFICATION_QUOTE_TRIMMED' => '%1$s and %3$d others quoted you the topic ā%2$sā',
|
- duplicates
-
PHPBB-11959 List of users in notifications should be trimmed
- Closed