summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2017-07-09 09:04:04 +0200
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2017-07-09 09:04:04 +0200
commite09a146941a3341db421181c4253d61469848610 (patch)
tree90c46ca0bee51534852255963bfd69a898e73a5a /lib
parent7acf2f8eea2f9c666e2fce7ea6c7e2b8794ed0f2 (diff)
Update FeedFetcher.php (#200)
Small l10n fix
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 587e64af2..0caa51a57 100644
--- a/lib/Fetcher/FeedFetcher.php
+++ b/lib/Fetcher/FeedFetcher.php
@@ -202,7 +202,7 @@ class FeedFetcher implements IFeedFetcher {
);
case 66: // CURLE_SSL_ENGINE_INITFAILED
return $this->l10n->t(
- 'Certificate error: Initiating the SSL Engine failed.'
+ 'Certificate error: Initiating the SSL engine failed.'
);
case 77: // CURLE_SSL_CACERT_BADFILE
return $this->l10n->t(