Browse Source

Merge branch '1.9.x' of ssh://github.com/chamilo/chamilo-lms into chamilo19

Julio Montoya 11 years ago
parent
commit
483dd286d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/attendance/attendance_list.php

+ 1 - 1
main/attendance/attendance_list.php

@@ -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) {