From c4efdc5cc363605c92ced63b4c611456d646d446 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 8 Jul 2015 12:23:21 -0500 Subject: [PATCH] Improve language terms - refs #7498 --- main/work/edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/work/edit.php b/main/work/edit.php index ae7c6fe62f..b8a6ce744d 100755 --- a/main/work/edit.php +++ b/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') ); } }