fix show only unread in feed actions

This commit is contained in:
Andrew Dolgov 2005-11-20 08:53:23 +01:00
parent 14c8eca714
commit bdf7f1bc71
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ function allFeedsMenuGo() {
return;
}
if (opname == "Show only read") {
if (opname == "Show only unread") {
toggleDispRead();
return;
}