This commit is contained in:
Bernhard Posselt 2014-05-03 21:19:14 +02:00
Родитель 383de3c2da
Коммит 19763590e9
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -130,7 +130,8 @@ class FeedBusinessLayer extends BusinessLayer {
$this->logger->log($ex->getMessage(), 'debug');
throw new BusinessLayerException(
$this->l10n->t(
'Can not add feed: URL does not exist or has invalid xml'));
'Can not add feed: URL does not exist, SSL Certificate can not be validated
or feed has invalid xml'));
}
}