From 4da41d95ee91fcc0a3f801127816a4fb6478606a Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 29 Nov 2010 16:00:17 -0500 Subject: [PATCH] updated --- plugins/OStatus/actions/ostatusinit.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/OStatus/actions/ostatusinit.php b/plugins/OStatus/actions/ostatusinit.php index 35850c4fbe..5da71ff07d 100644 --- a/plugins/OStatus/actions/ostatusinit.php +++ b/plugins/OStatus/actions/ostatusinit.php @@ -91,9 +91,6 @@ class OStatusInitAction extends Action function showContent() { - - $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); @@ -118,7 +115,7 @@ class OStatusInitAction extends Action $this->elementEnd('li'); $this->elementStart('li', array('id' => 'ostatus_profile')); $this->input('profile', _m('Profile Account'), $this->profile, - _m('Your account id (i.e. user@identi.ca)')); + _m("Your account id (i.e. user@identi.ca) — 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('li'); $this->elementEnd('ul'); $this->submit('submit', $submit);