]> git.mxchange.org Git - friendica.git/commitdiff
tyoi, found by 朱陈锬 thanks for that!
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 3 Mar 2018 10:02:40 +0000 (11:02 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 3 Mar 2018 10:02:40 +0000 (11:02 +0100)
include/conversation.php

index c7a2379d539353f0bc07a623aef54695e7b6430f..ecd2e4df9ef09ad20dbb69fb3370c19731ecd41a 100644 (file)
@@ -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;
                }