Browse Source

Improve language terms - refs #7498

Yannick Warnier 9 years ago
parent
commit
c4efdc5cc3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/work/edit.php

+ 2 - 2
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')
         );
     }
 }