diff --git a/Customizing/global/lang/ilias_en.lang.local b/Customizing/global/lang/ilias_en.lang.local index e5dd00c09005..ee45377d4708 100755 --- a/Customizing/global/lang/ilias_en.lang.local +++ b/Customizing/global/lang/ilias_en.lang.local @@ -10646,6 +10646,9 @@ objref#:#objref_edit_title#:#Title Settings objref#:#objref_reuse_title#:#Reuse Title of Reference objref#:#objref_title_settings#:#Edit Reference Title orgu#:#Actions#:#Actions +orgu#:#orgu_type#:#Typ +orgu#:#orgu_settings#:#Settings +orgu#:#orgu_type_add#:#Add Type orgu#:#orgu_types#:#Types orgu#:#backto_staff#:#Back to Staff orgu#:#change_to_employee#:#Change to employee diff --git a/Customizing/global/lang/ilias_zh.lang.local b/Customizing/global/lang/ilias_zh.lang.local index 67ecbc266108..97c2a06104ef 100755 --- a/Customizing/global/lang/ilias_zh.lang.local +++ b/Customizing/global/lang/ilias_zh.lang.local @@ -10533,7 +10533,10 @@ objref#:#objref_edit_title#:#标题设置 objref#:#objref_reuse_title#:#重用标题参考 objref#:#objref_title_settings#:#编辑参考标题 orgu#:#Actions#:#Actions +orgu#:#orgu_type#:#Typ +orgu#:#orgu_settings#:#Settings orgu#:#orgu_types#:#Types +orgu#:#orgu_type_add#:#Add Type orgu#:#backto_staff#:#Back to staff orgu#:#change_to_employee#:#Change to employee orgu#:#change_to_superior#:#Change to superior diff --git a/Services/GEV/Mailing/classes/class.gevCrsAutoMails.php b/Services/GEV/Mailing/classes/class.gevCrsAutoMails.php index 42805d5ad0c3..ca84135f3bb2 100644 --- a/Services/GEV/Mailing/classes/class.gevCrsAutoMails.php +++ b/Services/GEV/Mailing/classes/class.gevCrsAutoMails.php @@ -51,7 +51,7 @@ public function __construct($a_obj_id) { } public function getTitle() { - return "Automatische Mails"; + return $this->lng->txt("auto_mails"); } public function getSubtitle() {