updated
This commit is contained in:
parent
432237178f
commit
67db18d30b
|
@ -92,9 +92,7 @@ class OStatusInitAction extends Action
|
||||||
function showContent()
|
function showContent()
|
||||||
{
|
{
|
||||||
|
|
||||||
$this->elementStart('p','morehelp');
|
$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->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');
|
|
||||||
|
|
||||||
if ($this->group) {
|
if ($this->group) {
|
||||||
$header = sprintf(_m('Join group %s'), $this->group);
|
$header = sprintf(_m('Join group %s'), $this->group);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user