summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-25 14:44:08 +0300
committerAndrew Dolgov <[email protected]>2010-11-25 14:44:08 +0300
commit1bf679a304856d07979467486843a47cf3906878 (patch)
treeec22549412d17d2145f71cea28cf30f3b3bb884a /tt-rss.php
parent29a5b4aae0496c9ba07a567d3b8fcfe565fb9184 (diff)
mention digest in main actions dropdown
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 d26035b90..087582152 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -175,6 +175,7 @@
<option value="qmcCatchupAll"><?php echo __('Mark as read') ?></option>
<option value="qmcShowOnlyUnread"><?php echo __('(Un)hide read feeds') ?></option>
<option disabled="1" value="x"><?php echo __('Other actions:') ?></option>
+ <option value="qmcDigest"><?php echo __('Switch to digest...') ?></option>
<option value="qmcTagCloud"><?php echo __('Show tag cloud...') ?></option>
<option value="qmcAddLabel"><?php echo __('Create label...') ?></option>
<option value="qmcAddFilter"><?php echo __('Create filter...') ?></option>