From fd2b80729229a4b72ca01bd5f50baad10b56bfac Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 10 Nov 2017 22:00:39 +0100 Subject: [PATCH] halfe the double --- mod/community.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/community.php b/mod/community.php index 14767b67c..df2126327 100644 --- a/mod/community.php +++ b/mod/community.php @@ -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.") )); }