summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-18 05:51:29 +0100
committerAndrew Dolgov <[email protected]>2007-10-18 05:51:29 +0100
commitc4a36709cdd6e27ea414d98c00a6f8607dda83a3 (patch)
tree9e4a9eb7a6d21317619c19fce956f3dc83f69cdf /tt-rss.php
parentebb87f43d5a613e885ae81504423a99a36423098 (diff)
rework feed-prefs ops toolbar
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index ca7dd2166..caf8f9c4e 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -134,7 +134,7 @@ window.onload = init;
<option style="color : #5050aa" disabled><?php echo __('Feed actions:') ?></option>
<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="qmcClearFeed"><?php echo __('&nbsp;&nbsp;Clear articles') ?></option> -->
<option value="qmcRemoveFeed"><?php echo __('&nbsp;&nbsp;Unsubscribe') ?></option>
<option disabled>--------</option>
<option style="color : #5050aa" disabled><?php echo __('All feeds:') ?></option>