summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-15 14:53:24 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-15 14:53:24 +0200
commit89c31ab5fcb2f931fecc5ce82608ff7c8129510a (patch)
tree88ca3a01002ae7b436a7d96d948751fe171c7326 /templates/part.listfeed.php
parent01d6e6a3df56008d6fe684720e5be6de5f3ef7b2 (diff)
use delete icon for feed and folder errors and use Delete website instead of discard, fix #70
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 4ad3fc73c..94fcb997b 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -43,9 +43,9 @@
title="<?php p($l->t('Delete feed')); ?>"
ng-show="feed.id"></button>
- <button class="svg action mark-read-icon"
+ <button class="svg action delete-icon"
ng-click="feedBl.markErrorRead(feed.urlHash)"
- title="<?php p($l->t('Discard')); ?>"
+ title="<?php p($l->t('Delete website')); ?>"
ng-show="feed.error"></button>
</span>