Small l10n fix
This commit is contained in:
rakekniven 2017-07-09 09:04:04 +02:00 коммит произвёл Bernhard Posselt
Родитель 7acf2f8eea
Коммит e09a146941
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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(