summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 922ae35bc..125479c34 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -522,7 +522,7 @@ function allFeedsMenuGo() {
return;
}
- if (opname == "Show only read") {
+ if (opname == "Show only unread") {
toggleDispRead();
return;
}