mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
fix wrong article context menu item toggle marked (should be toggle starred)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user