瀏覽代碼

Improve language terms - refs #7498

Yannick Warnier 9 年之前
父節點
當前提交
c4efdc5cc3
共有 1 個文件被更改,包括 2 次插入2 次删除
  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')
         );
     }
 }