From: Evan Prodromou Date: Mon, 3 Oct 2011 13:13:54 +0000 (-0400) Subject: Remove missing twittersettings page from subscriptions helper X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c85abebc36e25c87e0292aeb41e4f1eadaa5e2b9;hp=5c852b8769a186932f968add4567aaf0bba44b00;p=quix0rs-gnu-social.git Remove missing twittersettings page from subscriptions helper --- diff --git a/actions/subscriptions.php b/actions/subscriptions.php index b4575565b9..e4cb123912 100644 --- a/actions/subscriptions.php +++ b/actions/subscriptions.php @@ -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.