|
@@ -34,7 +34,7 @@ $table->set_header(3, get_lang('CountDoneAttendance'), true, array('style'=>'wid
|
|
|
|
|
|
if (api_is_allowed_to_edit(null, true)) {
|
|
|
$table->set_header(4, get_lang('Actions'), false, array('style'=>'text-align:center'));
|
|
|
- $table->set_form_actions(array ('attendance_delete_select' => get_lang('DeleteAllAttendances')));
|
|
|
+ $table->set_form_actions(array ('attendance_delete_select' => get_lang('DeleteAllSelectedAttendances')));
|
|
|
}
|
|
|
|
|
|
if ($table->get_total_number_of_items() > 0) {
|