Change Whole query action item in resources context menu to Select all

This commit is contained in:
Hadi Nategh 2014-01-16 14:39:05 +00:00
parent 2b91721887
commit fd3ed8d0c0

View File

@ -218,8 +218,7 @@ class resources_ui
'select_all' => array(
'caption' => 'Whole query',
'checkbox' => true,
'caption' => 'Select all',
'hint' => 'Apply the action on the whole query, NOT only the shown entries',
'group' => ++$group,
),