From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Sat, 3 Mar 2018 10:02:40 +0000 (+0100)
Subject: tyoi, found by 朱陈锬 thanks for that!
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1510b3d9485a63e8954e56414e07d963deeff612;p=friendica.git

tyoi, found by 朱陈锬 thanks for that!
---

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('<span  %1$s>%2$d people</span> attend maybe', $spanatts, $cnt);
-				$explikers = L10n::t('%s anttend maybe.', $likers);
+				$explikers = L10n::t('%s attend maybe.', $likers);
 				break;
 		}