This commit is contained in:
Bernhard Posselt 2015-08-18 11:47:30 +02:00
Родитель 0bfe523ba1
Коммит 151d8af06e
2 изменённых файлов: 3 добавлений и 3 удалений

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -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) {