summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-01 07:42:08 +0100
committerAndrew Dolgov <[email protected]>2006-12-01 07:42:08 +0100
commitd4b4b9dece1ce4bb7d1bc56004c0dde318b8008f (patch)
tree5fedcf08c75f0a2ce7e92ab2391dd8f5c4d821ec /tt-rss.php
parenta3656a415f2e557014eef45a395ad19e10771ff5 (diff)
show entry author in CDM header, tweak actions a little bit
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 5ad9c0045..5fea8aa49 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -129,8 +129,8 @@ window.onload = init;
<div style="float : right">
<select id="quickMenuChooser" onchange="quickMenuChange()">
<option value="qmcDefault" selected>Actions...</option>
- <option value="qmcPrefs">Preferences</option>
<option value="qmcSearch">Search</option>
+ <option value="qmcPrefs">Preferences</option>
<option disabled>--------</option>
<option style="color : #5050aa" disabled>Feed actions:</option>
<option value="qmcAddFeed">&nbsp;&nbsp;Subscribe to feed</option>
@@ -143,7 +143,7 @@ window.onload = init;
<option value="qmcUpdateFeeds">&nbsp;&nbsp;Update</option>
<?php } ?>
<option value="qmcCatchupAll">&nbsp;&nbsp;Mark as read</option>
- <option value="qmcShowOnlyUnread">&nbsp;&nbsp;Show only unread</option>
+ <option value="qmcShowOnlyUnread">&nbsp;&nbsp;(Un)hide read feeds</option>
<option disabled>--------</option>
<option style="color : #5050aa" disabled>Other actions:</option>
<option value="qmcAddFilter">&nbsp;&nbsp;Create filter</option>