X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fsubscriptions.php;h=56892243b67b546bd3269a558b9fb196ae028358;hb=753019baf27281370e91084d3766e59fa80b66f1;hp=b4575565b902fe1a9da9d1417b15561d1858023b;hpb=31b29fde50e9664e1b70064c043879ce87553883;p=quix0rs-gnu-social.git diff --git a/actions/subscriptions.php b/actions/subscriptions.php index b4575565b9..56892243b6 100644 --- a/actions/subscriptions.php +++ b/actions/subscriptions.php @@ -95,7 +95,7 @@ class SubscriptionsAction extends GalleryAction if ($this->tag) { $subscriptions = $this->user->getTaggedSubscriptions($this->tag, $offset, $limit); } else { - $subscriptions = $this->user->getSubscriptions($offset, $limit); + $subscriptions = $this->user->getSubscribed($offset, $limit); } if ($subscriptions) { @@ -132,9 +132,7 @@ class SubscriptionsAction extends GalleryAction // TRANS: and do not change the URL part. $message = _('You\'re not listening to anyone\'s notices right now, try subscribing to people you know. '. 'Try [people search](%%action.peoplesearch%%), look for members in groups you\'re interested '. - 'in and in our [featured users](%%action.featured%%). '. - 'If you\'re a [Twitter user](%%action.twittersettings%%), you can automatically subscribe to '. - 'people you already follow there.'); + 'in and in our [featured users](%%action.featured%%).'); } else { // TRANS: Subscription list text when looking at the subscriptions for a of a user other // TRANS: than the logged in user that has no subscriptions. %s is the user nickname.