rename subtoolbar actions dropdown
This commit is contained in:
parent
d49dfa381e
commit
2c8e90c3fa
|
@ -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>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue