From 67db18d30b9c1a8aa5d03bae38839e4294974d9b Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 29 Nov 2010 15:57:28 -0500 Subject: [PATCH] updated --- plugins/OStatus/actions/ostatusinit.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/OStatus/actions/ostatusinit.php b/plugins/OStatus/actions/ostatusinit.php index bf7b223199..341fdec629 100644 --- a/plugins/OStatus/actions/ostatusinit.php +++ b/plugins/OStatus/actions/ostatusinit.php @@ -92,9 +92,7 @@ class OStatusInitAction extends Action function showContent() { - $this->elementStart('p','morehelp'); - $this->morehelp,_m("With GNU social, users do not use one server to communicate in the way that Facebook and Twitter users do. Instead, users are spread out over a network of servers and different sites. You can run your own server, or you can sign up for one of the public servers — it doesn't even need to be a GNU social server — any server that speaks the OStatus protocol is suitable. A good place to get an account for yourself is www.status.net"); - $this->elementEnd('p'); + $this->clientError(_m("With GNU social, users do not use one server to communicate in the way that Facebook and Twitter users do. Instead, users are spread out over a network of servers and different sites. You can run your own server, or you can sign up for one of the public servers — it doesn't even need to be a GNU social server — any server that speaks the OStatus protocol is suitable. A good place to get an account for yourself is www.status.net")); if ($this->group) { $header = sprintf(_m('Join group %s'), $this->group); -- 2.39.5