summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2017-07-13 16:52:30 +0200
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2017-07-13 16:52:30 +0200
commit0fa82e88d7150f2160bd8a0c08c8869f80f6d82d (patch)
treec8ec68f231ca490e28e3674858375d19b02aef65 /lib
parentae539ae98480d5907f36b87ad98807797e6482d2 (diff)
Rakekniven patch 1 (#204)
* Update FeedFetcher.php * Update part.content.warnings.php * Update part.content.warnings.php
Diffstat (limited to 'lib')
-rw-r--r--lib/Fetcher/FeedFetcher.php2
1 files changed, 1 insertions, 1 deletions
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);