]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #4534 from tobiasd/20180303-zhcn
authorMichael Vogel <icarus@dabo.de>
Sat, 3 Mar 2018 10:44:53 +0000 (11:44 +0100)
committerGitHub <noreply@github.com>
Sat, 3 Mar 2018 10:44:53 +0000 (11:44 +0100)
update to the zh-cn  translation THX 朱陈锬

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;
                }