Skip to content

Commit

Permalink
fixed ILIAS-eLearning#1741 (static string instead of lang var)
Browse files Browse the repository at this point in the history
  • Loading branch information
klees committed Oct 21, 2015
1 parent 74d2fb2 commit 417227d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/GEV/Mailing/classes/class.gevCrsAutoMails.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 417227d

Please sign in to comment.