summaryrefslogtreecommitdiffstats
path: root/templates/part.addnew.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.addnew.php')
-rw-r--r--templates/part.addnew.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.addnew.php b/templates/part.addnew.php
index 953026e16..6bc4f072d 100644
--- a/templates/part.addnew.php
+++ b/templates/part.addnew.php
@@ -13,7 +13,7 @@
<p class="error">
<span ng-show="feedEmptyError"><?php p($l->t('Address must not be empty!')); ?></span>
<span ng-show="feedExistsError"><?php p($l->t('Feed exists already!')); ?></span>
- <span ng-show="feedError"><?php p($l->t('Could not add feed!')); ?></span>
+ <span ng-show="feedError"><?php p($l->t('Could not add feed! Check if feed contains valid RSS!')); ?></span>
<span ng-show="folderExistsError"><?php p($l->t('Folder exists already')); ?></span>
</p>
<form>