]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/actions/ostatusinit.php
Merge branch '1.0.x' of git://gitorious.org/statusnet/mainline
[quix0rs-gnu-social.git] / plugins / OStatus / actions / ostatusinit.php
index 9832f33c057889b918d4ab931001683f9af46a31..7174e5c8a53c2071c71e950d78affd44e49246f1 100644 (file)
@@ -93,6 +93,7 @@ class OStatusInitAction extends Action
 
     function showContent()
     {
+    
         if ($this->group) {
             // TRANS: Form legend.
             $header = sprintf(_m('Join group %s'), $this->group);
@@ -127,8 +128,7 @@ class OStatusInitAction extends Action
         $this->elementStart('li', array('id' => 'ostatus_profile'));
         // TRANS: Field label.
         $this->input('profile', _m('Profile Account'), $this->profile,
-                      // TRANS: Tooltip for field label "Profile Account".
-                     _m('Your account id (e.g. user@identi.ca).'));
+                     _m("Your account id (i.e. user@status.net) -- 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);