From: Matt Lee Date: Mon, 29 Nov 2010 20:58:41 +0000 (-0500) Subject: updated X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f4dd6c2916c06c643215111df6d43b0e2692186e;p=quix0rs-gnu-social.git updated --- diff --git a/plugins/OStatus/actions/ostatusinit.php b/plugins/OStatus/actions/ostatusinit.php index 341fdec629..35850c4fbe 100644 --- a/plugins/OStatus/actions/ostatusinit.php +++ b/plugins/OStatus/actions/ostatusinit.php @@ -92,7 +92,8 @@ class OStatusInitAction extends Action function showContent() { - $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")); + $this->elementStart('p',_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'); if ($this->group) { $header = sprintf(_m('Join group %s'), $this->group);