summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-04 06:47:07 +0100
committerAndrew Dolgov <[email protected]>2008-05-04 06:47:07 +0100
commit9a85081ae0dbe006b464e5985fdccd90962b5346 (patch)
tree61c9ef5c526b445df7b866b9cc7531b58bae195f /tt-rss.php
parentba7f81d8d5f8405413657b24d0c1689fd5b4c053 (diff)
main ui: add action to rescore current feed
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index e491cc717..37728aa73 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -145,6 +145,7 @@ window.onload = init;
<option value="qmcAddFeed"><?php echo __('&nbsp;&nbsp;Subscribe to feed') ?></option>
<option value="qmcEditFeed"><?php echo __('&nbsp;&nbsp;Edit this feed') ?></option>
<!-- <option value="qmcClearFeed"><?php echo __('&nbsp;&nbsp;Clear articles') ?></option> -->
+ <option value="qmcRescoreFeed"><?php echo __('&nbsp;&nbsp;Rescore feed') ?></option>
<option value="qmcRemoveFeed"><?php echo __('&nbsp;&nbsp;Unsubscribe') ?></option>
<option disabled>--------</option>
<option style="color : #5050aa" disabled><?php echo __('All feeds:') ?></option>