1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 23:05:56 +00:00

fix wrong article context menu item toggle marked (should be toggle starred)

This commit is contained in:
Andrew Dolgov
2013-05-29 16:14:32 +04:00
parent 67e0cf9a37
commit 1ffd534f43

View File

@@ -1921,7 +1921,7 @@ function initHeadlinesMenu() {
}}));
menu.addChild(new dijit.MenuItem({
label: __("Toggle marked"),
label: __("Toggle starred"),
onClick: function(event) {
var ids = getSelectedArticleIds2();
// cast to string