From 81b4a381d9ddc71ed8a53c074ea10910882d3156 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 8 Nov 2009 22:26:13 +0100 Subject: * check usage of 'people' in UI and change it to 'users' or something else in most places * change some contractions to full text in UI messages --- actions/foaf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions/foaf.php') diff --git a/actions/foaf.php b/actions/foaf.php index 356393304..dd2747069 100644 --- a/actions/foaf.php +++ b/actions/foaf.php @@ -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'); -- cgit v1.2.3-54-g00ecf