summaryrefslogtreecommitdiffstats
path: root/fetcher
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-18 11:47:30 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-18 11:47:30 +0200
commit151d8af06e1f4107f65f8bf5f94aaae32b2e07b0 (patch)
tree02a2e93b6d7d956d1f76e8d68896cf950f792ce3 /fetcher
parent0bfe523ba188979f6176bd5b5ccc529c764a4312 (diff)
better message
Diffstat (limited to 'fetcher')
-rw-r--r--fetcher/feedfetcher.php4
1 files changed, 2 insertions, 2 deletions
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) {