From 0fa82e88d7150f2160bd8a0c08c8869f80f6d82d Mon Sep 17 00:00:00 2001 From: rakekniven Date: Thu, 13 Jul 2017 16:52:30 +0200 Subject: Rakekniven patch 1 (#204) * Update FeedFetcher.php * Update part.content.warnings.php * Update part.content.warnings.php --- lib/Fetcher/FeedFetcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Fetcher/FeedFetcher.php b/lib/Fetcher/FeedFetcher.php index 0caa51a57..b87001723 100644 --- a/lib/Fetcher/FeedFetcher.php +++ b/lib/Fetcher/FeedFetcher.php @@ -142,7 +142,7 @@ class FeedFetcher implements IFeedFetcher { if ($ex instanceof MalFormedXmlException) { $msg = $this->l10n->t('Feed contains invalid XML'); } else if ($ex instanceof SubscriptionNotFoundException) { - $msg = $this->l10n->t('Feed not found: either the website ' . + $msg = $this->l10n->t('Feed not found: Either the website ' . 'does not provide a feed or blocks access. To rule out ' . 'blocking, try to download the feed on your server\'s ' . 'command line using curl: curl ' . $url); -- cgit v1.2.3