summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-20 18:59:29 +0100
committerAndrew Dolgov <[email protected]>2009-01-20 18:59:29 +0100
commit2ac206675c9766f065252620f2614a09deee8b10 (patch)
tree717a46e7b9254b78128b6fc129961311f66254f0 /tt-rss.php
parentee4ee3e3fe82c84e4213af59476eead4562adbe6 (diff)
actions menu tweaks (2)
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 35b63dfea..da31789ae 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -168,8 +168,8 @@ window.onload = init;
<option value="qmcAddLabel">&nbsp;&nbsp;<?php echo __('Create label...') ?></option>
<option value="qmcAddFilter">&nbsp;&nbsp;<?php echo __('Create filter...') ?></option>
- <option value="qmcResetUI">>&nbsp;&nbsp;<?php echo __('Reset UI layout') ?></option>
- <option value="qmcResetCats">>&nbsp;&nbsp;<?php echo __('Reset category order') ?></option>
+ <option value="qmcResetUI">&nbsp;&nbsp;<?php echo __('Reset UI layout') ?></option>
+ <option value="qmcResetCats">&nbsp;&nbsp;<?php echo __('Reset category order') ?></option>
<option value="qmcHKhelp"><?php echo __('&nbsp;&nbsp;Keyboard shortcuts') ?></option>
</select>