From 151d8af06e1f4107f65f8bf5f94aaae32b2e07b0 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 18 Aug 2015 11:47:30 +0200 Subject: better message --- fetcher/feedfetcher.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetcher/feedfetcher.php') diff --git a/fetcher/feedfetcher.php b/fetcher/feedfetcher.php index 0dbe99cbe..b2a4f6e5d 100644 --- a/fetcher/feedfetcher.php +++ b/fetcher/feedfetcher.php @@ -116,8 +116,8 @@ class FeedFetcher implements IFeedFetcher { } else if ($ex instanceof SubscriptionNotFoundException) { $msg = $this->l10n->t('Feed not found: either the website ' . 'does not provide a feed or blocks access. To rule out ' . - 'blocking, curl the feed on your server, e.g.: curl ' . - 'http://the-feed.tld'); + 'blocking, try to download the feed on your server\'s ' . + 'command line using curl: curl http://the-feed.tld'); } else if ($ex instanceof UnsupportedFeedFormatException) { $msg = $this->l10n->t('Detected feed format is not supported'); } else if ($ex instanceof InvalidCertificateException) { -- cgit v1.2.3