summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-03-04 14:22:55 +0300
committerAndrew Dolgov <[email protected]>2009-03-04 14:22:55 +0300
commit5859b5383db16c5b6a2f1f2a9888cd995ec1a9c1 (patch)
tree51bc0a8665cc795548b1184d134636c3866a5fa3 /tt-rss.php
parent107008cb15b0679f7c6c0d3f264231e0f098745f (diff)
dummy change (closes #232)
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 02d054d89..2dcc9ca1a 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -188,7 +188,6 @@ window.onload = init;
<select id="quickMenuChooser" onchange="quickMenuChange()">
<option value="qmcDefault" selected="selected"><?php echo __('Actions...') ?></option>
<option value="qmcSearch"><?php echo __('Search...') ?></option>
- <!-- <option value="qmcPrefs"><?php echo __('Preferences') ?></option> -->
<optgroup label="<?php echo __('Feed actions:') ?>">
<option value="qmcAddFeed"><?php echo __('Subscribe to feed...') ?></option>
<option value="qmcEditFeed"><?php echo __('Edit this feed...') ?></option>