summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-08-06 16:34:18 +0400
committerAndrew Dolgov <[email protected]>2010-08-06 16:34:18 +0400
commit791c839642f56db16fa11672739bad2515fabdaf (patch)
treea618169ac1020122dadea6cc35ea3480977b960e /tt-rss.php
parenta7a9968684dca544e46e6da5338c9a452b1d8f24 (diff)
quick menu: add entry to reorder categories; tweak menu layout
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 5f63b2e85..5e8bc1311 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -187,13 +187,18 @@
<option value="qmcCatchupAll"><?php echo __('Mark as read') ?></option>
<option value="qmcShowOnlyUnread"><?php echo __('(Un)hide read feeds') ?></option>
</optgroup>
+ <optgroup label="<?php echo __('Categories:') ?>">
+
+ <option value="qmcToggleReorder"><?php echo __('Toggle reordering mode') ?></option>
+ <option value="qmcResetCats"><?php echo __('Reset order') ?></option>
+ </optgroup>
+
<optgroup label="<?php echo __('Other actions:') ?>">
<option value="qmcAddLabel"><?php echo __('Create label...') ?></option>
<option value="qmcAddFilter"><?php echo __('Create filter...') ?></option>
<option value="qmcResetUI"><?php echo __('Reset UI layout') ?></option>
- <option value="qmcResetCats"><?php echo __('Reset category order') ?></option>
- <option value="qmcHKhelp"><?php echo __('Keyboard shortcuts') ?></option>
+ <option value="qmcHKhelp"><?php echo __('Keyboard shortcuts help') ?></option>
</optgroup>
</select>