From 1510b3d9485a63e8954e56414e07d963deeff612 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 3 Mar 2018 11:02:40 +0100 Subject: [PATCH] =?UTF-8?q?tyoi,=20found=20by=20=E6=9C=B1=E9=99=88?= =?UTF-8?q?=E9=94=AC=20thanks=20for=20that!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/conversation.php b/include/conversation.php index c7a2379d53..ecd2e4df9e 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1247,7 +1247,7 @@ function format_like($cnt, array $arr, $type, $id) { break; case 'attendmaybe': $phrase = L10n::t('%2$d people attend maybe', $spanatts, $cnt); - $explikers = L10n::t('%s anttend maybe.', $likers); + $explikers = L10n::t('%s attend maybe.', $likers); break; }