]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
updated
authorMatt Lee <mattl@cnuk.org>
Mon, 29 Nov 2010 21:01:19 +0000 (16:01 -0500)
committerMatt Lee <mattl@cnuk.org>
Mon, 29 Nov 2010 21:01:19 +0000 (16:01 -0500)
plugins/OStatus/actions/ostatusinit.php

index cd0a5317bdc98f86c4059609a7069b810c2db2d6..fc61dc75793b38ae3731de753fb56d5a01c40219 100644 (file)
@@ -115,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)<br />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 &mdash; it doesn't even need to be a GNU social server &mdash; any server that speaks the OStatus protocol is suitable. A good place to get an account for yourself is www.status.net"));
+                     _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 &mdash; it doesn't even need to be a GNU social server &mdash; 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);