]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/foaf.php
* check usage of 'people' in UI and change it to 'users' or something else in most...
[quix0rs-gnu-social.git] / actions / foaf.php
index 356393304ed5abbc0a243bcd68e8974d395aa05b..dd274706981584fb063d20c965d1e11a9047331a 100644 (file)
@@ -136,7 +136,7 @@ class FoafAction extends Action
         $person = $this->showMicrobloggingAccount($this->profile,
                                      common_root_url(), $this->user->uri, false);
 
-        // Get people who subscribe to user
+        // Get users who subscribe to user
 
         $sub = new Subscription();
         $sub->subscribed = $this->profile->id;
@@ -250,7 +250,7 @@ class FoafAction extends Action
         if ($isSubscriber) {
              $this->element('sioc:follows', array('rdf:resource'=>$this->user->uri . '#acct'));
         } else {
-            // Get people user is subscribed to
+            // Get users user is subscribed to
             $sub = new Subscription();
             $sub->subscriber = $profile->id;
             $sub->whereAdd('subscriber != subscribed');