rename subtoolbar actions dropdown

This commit is contained in:
Andrew Dolgov 2013-02-13 19:07:35 +04:00
parent d49dfa381e
commit 2c8e90c3fa
1 changed files with 1 additions and 1 deletions

View File

@ -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>";