]> git.mxchange.org Git - friendica.git/commitdiff
halfe the double
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 10 Nov 2017 21:00:39 +0000 (22:00 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 10 Nov 2017 21:00:39 +0000 (22:00 +0100)
mod/community.php

index 14767b67c9674f3d94c686b6c53eda0ace67f2ea..df21263278b7f60c82abf9b7fb8e6f134a03d56a 100644 (file)
@@ -88,7 +88,7 @@ function community_content(App $a, $update = 0) {
                '$content' => $o,
                '$header' => t("Community"),
                '$show_global_community_hint' => (Config::get('system', 'community_page_style') == CP_GLOBAL_COMMUNITY && Config::get('system', 'show_global_community_hint')),
-               '$global_community_hint' => t("“This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.”")
+               '$global_community_hint' => t("This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.")
        ));
 }