Improve language terms - refs #7498

1.10.x
Yannick Warnier 10 years ago
parent 888f6242f1
commit c4efdc5cc3
  1. 4
      main/work/edit.php

@ -192,7 +192,7 @@ if ($is_allowed_to_edit && !empty($item_id)) {
$form->addCheckBox(
'send_email',
null,
get_lang('SendEmail')
get_lang('SendMailToStudent')
);
// Check if user to qualify has some DRHs
@ -201,7 +201,7 @@ if ($is_allowed_to_edit && !empty($item_id)) {
$form->addCheckBox(
'send_to_drh_users',
null,
get_lang('SendToHR')
get_lang('SendMailToHR')
);
}
}

Loading…
Cancel
Save