mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 20:35:56 +00:00
rename subtoolbar actions dropdown
This commit is contained in:
@@ -98,7 +98,7 @@ class Feeds extends Handler_Protected {
|
|||||||
|
|
||||||
$reply .= "<select dojoType=\"dijit.form.Select\"
|
$reply .= "<select dojoType=\"dijit.form.Select\"
|
||||||
onchange=\"headlineActionsChange(this)\">";
|
onchange=\"headlineActionsChange(this)\">";
|
||||||
$reply .= "<option value=\"false\">".__('Actions...')."</option>";
|
$reply .= "<option value=\"false\">".__('More...')."</option>";
|
||||||
|
|
||||||
$reply .= "<option value=\"0\" disabled=\"1\">".__('Selection toggle:')."</option>";
|
$reply .= "<option value=\"0\" disabled=\"1\">".__('Selection toggle:')."</option>";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user