change var lang Max to MaximumOfParticipants CT#602

skala
Carlos Vargas 15 years ago
parent 566dee2c61
commit 9bd8f74a8f
  1. 2
      main/group/group.php

@ -403,7 +403,7 @@ foreach ($group_cats as $index => $category)
$table->set_header($column++,get_lang('GroupSelfRegistration'));
}
$table->set_header($column++,get_lang('Registered'));
$table->set_header($column++,get_lang('Max'));
$table->set_header($column++,get_lang('MaximumOfParticipants'));
$table->set_header($column++,get_lang('GroupTutor'));
if (api_is_allowed_to_edit(false,true)) // only for course administrator
{

Loading…
Cancel
Save